diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-29 16:06:00 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-11-29 16:06:00 +0100 |
commit | 8e8512391c668fc7074f812f15eabe8f176fb01e (patch) | |
tree | f9f0862dd6eb962fe3fc4803180b431843f6c5be /package/libvorbisidec/patches/patch-configure_in | |
parent | c491653a1f9574a42965025805d472c3d145f699 (diff) | |
parent | ae3d4616ed9c19a29d656193254657f93d612fa2 (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 |