summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack Moffitt <jack@xiph.org>2001-04-09 07:40:59 +0000
committerJack Moffitt <jack@xiph.org>2001-04-09 07:40:59 +0000
commit83ca03d8c2b022cb738e111449952c3bde5a2282 (patch)
tree7640608bbc2f4ad51696969c7c0319176ad23b73
parentd42aaa988a5a4a70a84d2fd561c38e68f7710148 (diff)
downloadlibvorbis-git-83ca03d8c2b022cb738e111449952c3bde5a2282.tar.gz
Fix for bug #2
svn path=/trunk/vorbis/; revision=1429
-rw-r--r--libvorbis.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/libvorbis.spec b/libvorbis.spec
index a4d4243f..4f997b85 100644
--- a/libvorbis.spec
+++ b/libvorbis.spec
@@ -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