Fix for bug #2
authorJack Moffitt <jack@xiph.org>
Mon, 9 Apr 2001 07:40:59 +0000 (07:40 +0000)
committerJack Moffitt <jack@xiph.org>
Mon, 9 Apr 2001 07:40:59 +0000 (07:40 +0000)
svn path=/trunk/vorbis/; revision=1429

libvorbis.spec

index a4d4243..4f997b8 100644 (file)
@@ -34,9 +34,9 @@ needed to develop applications with libvorbis.
 
 %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