projects
/
platform
/
upstream
/
libvorbis.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d42aaa9
)
Fix for bug #2
author
Jack Moffitt
<jack@xiph.org>
Mon, 9 Apr 2001 07:40:59 +0000
(07:40 +0000)
committer
Jack Moffitt
<jack@xiph.org>
Mon, 9 Apr 2001 07:40:59 +0000
(07:40 +0000)
svn path=/trunk/vorbis/; revision=1429
libvorbis.spec
patch
|
blob
|
history
diff --git
a/libvorbis.spec
b/libvorbis.spec
index
a4d4243
..
4f997b8
100644
(file)
--- 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