From 75d84dac34afb24668c5cd228d65488982a246e6 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 20 Jun 2016 11:19:38 +0000 Subject: main/subversion: unset CPPFLAGS for swig this fixes build on arm --- main/subversion/subversion-python-swig.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 main/subversion/subversion-python-swig.patch (limited to 'main/subversion/subversion-python-swig.patch') 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 '/' -- cgit v1.2.3