summaryrefslogtreecommitdiffstats
path: root/contrib/subversion/configure.ac
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2013-11-25 17:52:16 +0000
committerpeter <peter@FreeBSD.org>2013-11-25 17:52:16 +0000
commit1ccf3e1cc74d1e521f04ea1afa202fab6201ba15 (patch)
treeb37d1b73a6b2173803687f1b28efd45e8b99e143 /contrib/subversion/configure.ac
parentfacbca4be16cc70a58b7b34cbe564c11f562512a (diff)
downloadFreeBSD-src-1ccf3e1cc74d1e521f04ea1afa202fab6201ba15.zip
FreeBSD-src-1ccf3e1cc74d1e521f04ea1afa202fab6201ba15.tar.gz
Import svn-1.8.5. This contains a user-visible fix for svn:externals
handling (there are no svn:externals in freebsd repo), and two security fixes for modules that we don't build for the apache http server stack.
Diffstat (limited to 'contrib/subversion/configure.ac')
-rw-r--r--contrib/subversion/configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/subversion/configure.ac b/contrib/subversion/configure.ac
index 169b34b..a2704ad 100644
--- a/contrib/subversion/configure.ac
+++ b/contrib/subversion/configure.ac
@@ -1089,7 +1089,6 @@ if test "$enable_optimization" = "yes"; then
SVN_CFLAGS_ADD_IFELSE([-O])])])])
SVN_CFLAGS_ADD_IFELSE([-Wno-clobbered])
SVN_CFLAGS_ADD_IFELSE([-flto])
- SVN_CFLAGS_ADD_IFELSE([-fwhole-program])
fi
fi
if test -z ["`echo $CXXUSERFLAGS' ' | $EGREP -- '-O[^ ]* '`"]; then
@@ -1106,7 +1105,6 @@ if test "$enable_optimization" = "yes"; then
SVN_CXXFLAGS_ADD_IFELSE([-O])])])])
SVN_CXXFLAGS_ADD_IFELSE([-Wno-clobbered])
SVN_CXXFLAGS_ADD_IFELSE([-flto])
- SVN_CXXFLAGS_ADD_IFELSE([-fwhole-program])
fi
fi
elif test "$enable_optimization" = "no"; then
OpenPOWER on IntegriCloud