Bostjan Skufca wrote on Wed, Aug 15, 2012 at 21:48:36 +0200: > I am hitting this issue with 1.7.6: > http://mail-archives.apache.org/mod_mbox/subversion-dev/201205.mbox/%3C20120502131732.GB10429@EbonHawk%3E > > Configure command: > ./configure --prefix=$PDESTDIR_SVN \ > --with-apr=/usr/local/apr --with-apr-util=/usr/local/apr \ > --with-sqlite=/usr/local \ > --with-ssl && > > Adding --without-apxs does not help. > I tried avoiding this by manipulating build.conf and removing all > mod_dontdothat references there, but issue persist. >
build.conf is used to generate configure. You must run the "build from tag" procedure (not the shorter "build from tarball" procedure) if you change it. Specifically, autogen.sh runs gen-make.py which reads build.conf. (But I don't remember which flags exactly you want to pass to those scripts) > Has anybody else experienced this recently? > Does anyone have a quick workaround to successful build? > You can look for mod_dontdothat references in build-outputs.mk and Makefile.in and remove those. > > b.