diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2016-06-20 11:19:38 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2016-06-20 11:33:27 +0000 |
commit | 75d84dac34afb24668c5cd228d65488982a246e6 (patch) | |
tree | be79a83a8b2074a9e061b58148d6856bac9654a0 /main/subversion/subversion-python-swig.patch | |
parent | 1bb0380a593c03b9cd879b1e86950c3e2dab154d (diff) | |
download | aports-75d84dac34afb24668c5cd228d65488982a246e6.tar.bz2 aports-75d84dac34afb24668c5cd228d65488982a246e6.tar.xz |
main/subversion: unset CPPFLAGS for swig
this fixes build on arm
Diffstat (limited to 'main/subversion/subversion-python-swig.patch')
-rw-r--r-- | main/subversion/subversion-python-swig.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/main/subversion/subversion-python-swig.patch b/main/subversion/subversion-python-swig.patch deleted file mode 100644 index dc24b91ce5..0000000000 --- a/main/subversion/subversion-python-swig.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/configure.ac -+++ b/configure.ac -@@ -1504,6 +1504,8 @@ - # Need to strip '-no-cpp-precomp' from CPPFLAGS for SWIG as well. - SWIG_CPPFLAGS="$CPPFLAGS" - SVN_STRIP_FLAG(SWIG_CPPFLAGS, [-no-cpp-precomp ]) -+SVN_STRIP_FLAG(SWIG_CPPFLAGS, [-Os ]) -+SVN_STRIP_FLAG(SWIG_CPPFLAGS, [-fomit-frame-pointer ]) - AC_SUBST([SWIG_CPPFLAGS]) - - dnl Since this is used only on Unix-y systems, define the path separator as '/' |