[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: mod_dontdothat enabled by mistake

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Thu, 16 Aug 2012 09:35:31 +0100

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.
Received on 2012-08-16 10:36:14 CEST

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.