From 219a6dab8995aad9ac4860cc1a84d6f3509a03a4 Mon Sep 17 00:00:00 2001 From: wbx Date: Sun, 17 May 2009 14:41:34 +0200 Subject: Initial import --- package/flac/patches/patch-configure | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 package/flac/patches/patch-configure (limited to 'package/flac/patches/patch-configure') 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 + -- cgit v1.2.3