summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2002-04-19 16:04:30 +0200
committerJeff Trawick <trawick@apache.org>2002-04-19 16:04:30 +0200
commit5d2a64791c999b32bb87bea031442f26d77e8a38 (patch)
tree565d6b807035dba6d3720f7779c275f4fba596fd /CHANGES
parentfix a typo in a comment for ap_get_client_block() (diff)
downloadapache2-5d2a64791c999b32bb87bea031442f26d77e8a38.tar.xz
apache2-5d2a64791c999b32bb87bea031442f26d77e8a38.zip
Change instdso.sh to use libtool --install everywhere and then
clean up some stray files and symlinks that libtool leaves around on some platforms. This gets subversion building properly since it needed a re-link to be performed by libtool at install time, and the old instdso.sh logic to simply cp the DSO didn't handle that requirement. Submitted by: Sander Striker Reviewed by: Jeff Trawick git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94709 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 8398dd0144..02728c26f2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,12 @@
Changes with Apache 2.0.36
+ *) Change instdso.sh to use libtool --install everywhere and then
+ clean up some stray files and symlinks that libtool leaves around
+ on some platforms. This gets subversion building properly since
+ it needed a re-link to be performed by libtool at install time,
+ and the old instdso.sh logic to simply cp the DSO didn't handle
+ that requirement. [Sander Striker]
+
*) Allow VPATH builds to succeed when configured from an empty
directory. [Thom May <thom@planetarytramp.net>]