You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by br...@apache.org on 2012/08/17 13:01:29 UTC

svn commit: r1374198 - /subversion/trunk/build.conf

Author: brane
Date: Fri Aug 17 11:01:29 2012
New Revision: 1374198

URL: http://svn.apache.org/viewvc?rev=1374198&view=rev
Log:
Change the install group of mod_dontdothat so that it's excluded of we're building
without apxs.

* build.conf (mod_dontdothat): Install as apache-mod, not tools.

Patch by: Roman Plessl <ro...@oetiker.ch>
(Tweaked by me.)

Modified:
    subversion/trunk/build.conf

Modified: subversion/trunk/build.conf
URL: http://svn.apache.org/viewvc/subversion/trunk/build.conf?rev=1374198&r1=1374197&r2=1374198&view=diff
==============================================================================
--- subversion/trunk/build.conf (original)
+++ subversion/trunk/build.conf Fri Aug 17 11:01:29 2012
@@ -350,7 +350,11 @@ type = apache-mod
 path = tools/server-side/mod_dontdothat
 nonlibs = mod_dav_svn apr aprutil
 libs = libsvn_subr xml
-install = tools
+# This will cause mod_dontdothat to be installed with the other apache
+# modules instead of with the tools. While this is not quite right,
+# the build generator currently cannot exclude this module from the
+# build based on its install type
+install = apache-mod
 msvc-libs = libhttpd.lib
 
 # ----------------------------------------------------------------------------