Hello,

The installation of mod_dontdothat was moved to make install-tools,
however the trunk code tries to install with libtool which fails with
the message: cannot install mod_dontdothat.la to a directory not ending
in [...]/lib/apache2/modules

The attached patch fixes this. This was mentioned earlier here:
http://mail-archives.apache.org/mod_mbox/subversion-dev/201302.mbox/%3c87ip5yhlrd....@ntlworld.com%3E

This can be seen working with an rpm package of the nightly trunk
tarballs here:
https://build.opensuse.org/package/show?package=subversion&project=home%3AAndreasStieger%3Asvn18

[[[
* build.conf
  (mod_dontdothat): install as apache module
]]]

Regards,
Andreas

Index: build.conf
===================================================================
--- build.conf	(revision 1453508)
+++ build.conf	(working copy)
@@ -383,7 +383,7 @@ type = apache-mod
 path = tools/server-side/mod_dontdothat
 nonlibs = mod_dav_svn apr aprutil
 libs = libsvn_subr xml
-install = tools
+install = apache-mod
 msvc-libs = libhttpd.lib
 
 # ----------------------------------------------------------------------------

Reply via email to