Skip to content
Snippets Groups Projects
Commit 904cfac0 authored by Jack Moffitt's avatar Jack Moffitt
Browse files

Fixed for Bug #2

git-svn-id: http://svn.xiph.org/trunk/ao@1428 0101bb08-14d6-0310-b084-bc0e0c8e3800
parent 1abf6106
No related branches found
No related tags found
No related merge requests found
......@@ -31,9 +31,9 @@ needed to develop applications with libao.
%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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment