[xiph-cvs] cvs commit: vorbis libvorbis.spec
Jack Moffitt
jack at xiph.org
Mon Apr 9 00:40:31 PDT 2001
jack 01/04/09 00:40:31
Modified: . libvorbis.spec
Log:
Fix for bug #2
Revision Changes Path
1.10 +2 -2 vorbis/libvorbis.spec
Index: libvorbis.spec
===================================================================
RCS file: /usr/local/cvsroot/vorbis/libvorbis.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libvorbis.spec 2001/02/26 03:50:37 1.9
+++ libvorbis.spec 2001/04/09 07:40:30 1.10
@@ -34,9 +34,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