[xiph-cvs] cvs commit: ao libao.spec

Jack Moffitt jack at xiph.org
Mon Apr 9 00:39:43 PDT 2001



jack        01/04/09 00:39:43

  Modified:    .        libao.spec
  Log:
  Fixed for Bug #2

Revision  Changes    Path
1.9       +2 -2      ao/libao.spec

Index: libao.spec
===================================================================
RCS file: /usr/local/cvsroot/ao/libao.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- libao.spec	2001/01/23 18:12:22	1.8
+++ libao.spec	2001/04/09 07:39:43	1.9
@@ -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