[xiph-cvs] cvs commit: ogg libogg.spec

Jack Moffitt jack at xiph.org
Mon Apr 9 00:40:13 PDT 2001



jack        01/04/09 00:40:12

  Modified:    .        libogg.spec
  Log:
  Fix for bug #2

Revision  Changes    Path
1.10      +2 -2      ogg/libogg.spec

Index: libogg.spec
===================================================================
RCS file: /usr/local/cvsroot/ogg/libogg.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- libogg.spec	2001/02/26 04:22:21	1.9
+++ libogg.spec	2001/04/09 07:40:12	1.10
@@ -31,9 +31,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