updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / iaxmodem / optimization-flags.patch
blob808f81dd2122065bd0c73233dcd303b99dca14ba
1 --- iaxmodem-1.2.0.old/configure 2009-02-21 10:57:51.000000000 -0800
2 +++ iaxmodem-1.2.0.new/configure 2009-05-26 09:56:25.267415375 -0700
3 @@ -2,7 +2,7 @@
4 cd lib/libiax2 && \
5 ./configure CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" --disable-shared && \
6 cd ../../lib/spandsp && \
7 -./configure CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" --disable-shared && \
8 +./configure CFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS" --disable-shared --enable-sse --enable-mmx && \
9 cd ../..
11 if [ $? != 0 ]; then