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
commit6223a4c45978ad61632425a95bdbb233c0ac247d (patch)
treebf2228373949611d7babf9d5f0e5caf660784cd4
parent3c56ed7f65b320d29d10ee330c84bce619dd6d8e (diff)
downloadogg-6223a4c45978ad61632425a95bdbb233c0ac247d.tar.gz
Fix for bug #2
git-svn-id: http://svn.xiph.org/trunk/ogg@1429 0101bb08-14d6-0310-b084-bc0e0c8e3800
-rw-r--r--libogg.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/libogg.spec b/libogg.spec
index 24e6daa..994b7dd 100644
--- a/libogg.spec
+++ b/libogg.spec
@@ -31,9 +31,9 @@ needed to develop applications with libogg.
%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