diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-07 16:55:29 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-07 16:55:29 +0100 |
commit | f3bea317e2a6ec0c7a9d1e14c66b5a31f1fb8294 (patch) | |
tree | 41e94b1dd24f6e3491689d863409e51e605b40d4 /package/libvorbisidec/patches/patch-configure_in | |
parent | b59da8fc7b46ee62cbe9eb97a05c8a0f1ab75593 (diff) | |
parent | 79be206de9335752c6355995961b69846c641410 (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 |