[prev in list] [next in list] [prev in thread] [next in thread] 

List:       apr-cvs
Subject:    svn commit: r178158 - /apr/apr-util/branches/1.1.x/Makefile.in
From:       trawick () apache ! org
Date:       2005-05-24 12:17:36
Message-ID: 20050524121736.50851.qmail () minotaur ! apache ! org
[Download RAW message or body]

Author: trawick
Date: Tue May 24 05:17:35 2005
New Revision: 178158

URL: http://svn.apache.org/viewcvs?rev=178158&view=rev
Log:
Fix embedded name of libaprutil in aprutil.exp.  This
broke (or forced a symlink work-around) some third-
party Apache modules on AIX, since the libaprutil name
they referenced didn't match the installed library.

Submitted by:   Eric Covener
Reviewed by:    Jeff Trawick

Modified:
    apr/apr-util/branches/1.1.x/Makefile.in

Modified: apr/apr-util/branches/1.1.x/Makefile.in
URL: http://svn.apache.org/viewcvs/apr/apr-util/branches/1.1.x/Makefile.in?rev=178158&r1=178157&r2=178158&view=diff
 ==============================================================================
--- apr/apr-util/branches/1.1.x/Makefile.in (original)
+++ apr/apr-util/branches/1.1.x/Makefile.in Tue May 24 05:17:35 2005
@@ -77,7 +77,7 @@
 	$(APR_MKVAREXPORT) $(HEADERS) > $@
 
 aprutil.exp: exports.c export_vars.c
-	@echo "#! libaprutil.so" > $@
+	@echo "#! lib@APRUTIL_LIBNAME@.so" > $@
 	@echo "* This file was AUTOGENERATED at build time." >> $@
 	@echo "* Please do not edit by hand." >> $@
 	$(CPP) $(ALL_CPPFLAGS) $(ALL_INCLUDES) exports.c | grep "ap_hack_" | sed -e \
's/^.*[)]\(.*\);$$/\1/' >> $@


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic