Merge pull request #15577 from groxxda/fix/svnClient

subversionClient: fix build with gcc5
This commit is contained in:
Joachim Fasting 2016-05-20 15:00:18 +02:00
commit f9890a0781

View file

@ -37,6 +37,10 @@ let
patches = [ ./apr-1.patch ];
# SVN build seems broken on gcc5:
# https://gcc.gnu.org/gcc-5/porting_to.html
CPPFLAGS = "-P";
configureFlags = ''
${if bdbSupport then "--with-berkeley-db" else "--without-berkeley-db"}
${if httpServer then "--with-apxs=${apacheHttpd}/bin/apxs" else "--without-apxs"}