[xiph-cvs] cvs commit: vorbis-tools vorbis-tools.spec
Jack Moffitt
jack at xiph.org
Mon Apr 9 00:40:59 PDT 2001
jack 01/04/09 00:40:59
Modified: . vorbis-tools.spec
Log:
Fix for bug #2
Revision Changes Path
1.15 +2 -2 vorbis-tools/vorbis-tools.spec
Index: vorbis-tools.spec
===================================================================
RCS file: /usr/local/cvsroot/vorbis-tools/vorbis-tools.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- vorbis-tools.spec 2001/04/08 02:33:29 1.14
+++ vorbis-tools.spec 2001/04/09 07:40:59 1.15
@@ -24,9 +24,9 @@
%build
if [ ! -f configure ]; then
- CFLAGS="$RPM_FLAGS" ./autogen.sh --prefix=/usr
+ CFLAGS="$RPM_OPT_FLAGS" ./autogen.sh --prefix=/usr
else
- CFLAGS="$RPM_FLAGS" ./configure --prefix=/usr
+ CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr
fi
make
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list