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

svn commit: r1378635 - /subversion/site/publish/docs/release-notes/1.7.html

Author: philip
Date: Wed Aug 29 16:39:31 2012
New Revision: 1378635

URL: http://svn.apache.org/viewvc?rev=1378635&view=rev
Log:
* publish/docs/release-notes/1.7.html
  (mod_dontdothat-issue): Suggest a fix when Apache not installed.

Modified:
    subversion/site/publish/docs/release-notes/1.7.html

Modified: subversion/site/publish/docs/release-notes/1.7.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/docs/release-notes/1.7.html?rev=1378635&r1=1378634&r2=1378635&view=diff
==============================================================================
--- subversion/site/publish/docs/release-notes/1.7.html (original)
+++ subversion/site/publish/docs/release-notes/1.7.html Wed Aug 29 16:39:31 2012
@@ -1441,6 +1441,24 @@ be included in the 1.7.7 release.</p>
 
 </div>  <!-- prop-test-35-issue -->
 
+<div class="h3" id="mod_dontdothat-issue">
+<h3>mod_dontdothat Compile Error 
+  <a class="sectionlink" href="#mod_dontdothat-issue"
+    title="Link to this section">&para;</a>
+</h3>
+
+<p>Building Subversion 1.7.6 without Apache installed will still
+attempt to build the Apache module <tt>mod_dontodothat</tt> and the
+compilation will fail due to missing header files such
+as <tt>httpd.h</tt>.  To work around this without installing Apache
+edit <tt>build-outputs.mk</tt> and change the two
+line <tt>mod_dontdothat.la</tt> rule at lines 454 and 455 to the
+single line:
+<pre>tools/server-side/mod_dontdothat/mod_dontdothat.la:</pre>
+A fix for this will be included in 1.7.7.</p>
+
+</div>  <!-- mod_dontdothat-issue -->
+
 </div>  <!-- issues -->
 
 <div class="h2" id="distribution-changes">