diff options
author | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
---|---|---|
committer | wbx <wbx@hydrogenium.(none)> | 2009-05-17 14:41:34 +0200 |
commit | 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch) | |
tree | b9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/flac/patches/patch-configure |
Initial import
Diffstat (limited to 'package/flac/patches/patch-configure')
-rw-r--r-- | package/flac/patches/patch-configure | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/package/flac/patches/patch-configure b/package/flac/patches/patch-configure new file mode 100644 index 000000000..830c77407 --- /dev/null +++ b/package/flac/patches/patch-configure @@ -0,0 +1,12 @@ +$Id$ +--- flac-1.2.1.orig/configure 2007-09-16 22:05:33.000000000 +0200 ++++ flac-1.2.1/configure 2008-08-21 14:57:46.000000000 +0200 +@@ -23490,7 +23490,7 @@ else + CPPFLAGS="-DNDEBUG $CPPFLAGS" + if test "x$GCC" = xyes; then + CPPFLAGS="-DFLaC__INLINE=__inline__ $CPPFLAGS" +- CFLAGS="-O3 -funroll-loops -finline-functions -Wall -W -Winline $CFLAGS" ++ CFLAGS="-finline-functions -Wall -W -Winline $CFLAGS" + fi + fi + |