diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-05 21:19:09 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-05 21:19:09 +0100 |
commit | 0d26df21995dc2f25041974fb6faf3ec31be6467 (patch) | |
tree | 5c7d127a7440047678be887af89ad2c4029f7b92 /package/libvorbisidec/patches/patch-configure_in | |
parent | da41715f82af9f47cfe64a5c71fb998ba3ebc335 (diff) | |
parent | c60450e51bf32ef6993ece3496cd8cdcb93b8e04 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/libvorbisidec/patches/patch-configure_in')
-rw-r--r-- | package/libvorbisidec/patches/patch-configure_in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/package/libvorbisidec/patches/patch-configure_in b/package/libvorbisidec/patches/patch-configure_in new file mode 100644 index 000000000..d175b95a9 --- /dev/null +++ b/package/libvorbisidec/patches/patch-configure_in @@ -0,0 +1,17 @@ +--- libvorbisidec-1.0.2+svn15687.orig/configure.in 2007-07-24 00:35:47.000000000 +0200 ++++ libvorbisidec-1.0.2+svn15687/configure.in 2013-11-03 15:39:12.000000000 +0100 +@@ -59,12 +59,12 @@ else + case $host in + arm-*-*) + DEBUG="-g -Wall -D__NO_MATH_INLINES -fsigned-char -D_ARM_ASSEM_" +- CFLAGS="-O2 -D_ARM_ASSEM_ -fsigned-char" ++ CFLAGS="-D_ARM_ASSEM_ -fsigned-char" + PROFILE="-W -pg -g -O2 -D_ARM_ASSEM_ -fsigned-char -fno-inline-functions";; + + *) + DEBUG="-g -Wall -D__NO_MATH_INLINES -fsigned-char" +- CFLAGS="-O2 -Wall -fsigned-char" ++ CFLAGS="-fsigned-char" + PROFILE="-Wall -pg -g -O2 -fsigned-char -fno-inline-functions";; + esac + fi |