[csw-devel] SF.net SVN: gar:[8463] csw/mgar/pkg/cpan/libapreq2/trunk/Makefile

bensons at users.sourceforge.net bensons at users.sourceforge.net
Wed Feb 10 16:08:35 CET 2010


Revision: 8463
          http://gar.svn.sourceforge.net/gar/?rev=8463&view=rev
Author:   bensons
Date:     2010-02-10 15:08:35 +0000 (Wed, 10 Feb 2010)

Log Message:
-----------
cpan libapreq2: work around libtool used in apache2

Modified Paths:
--------------
    csw/mgar/pkg/cpan/libapreq2/trunk/Makefile

Modified: csw/mgar/pkg/cpan/libapreq2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/cpan/libapreq2/trunk/Makefile	2010-02-10 15:06:09 UTC (rev 8462)
+++ csw/mgar/pkg/cpan/libapreq2/trunk/Makefile	2010-02-10 15:08:35 UTC (rev 8463)
@@ -46,7 +46,6 @@
 PATCHFILES += requestrec.diff
 
 # BUILD_DEP_PKGS = $(RUNTIME_DEP_PKGS) CSWbdb47-devel
-
 AP2_ROOT = $(prefix)/apache2
 
 CONFIGURE_ARGS  = --enable-perl-glue
@@ -66,6 +65,7 @@
 EXTRA_LIB = $(prefix)/bdb47/lib $(prefix)/apache2/lib
 
 SKIPTEST = 1
+# apache2 is not yet libtool free
 STRIP_LIBTOOL = 1
 
 include gar/category.mk
@@ -76,5 +76,8 @@
 	perl -i -plne 's/(APREQ_(?:SOURCE|BUILD)_DIR=).*$$/\1""/' \
 		$(DESTDIR)$(prefix)/apache2/bin/apreq2-config
 
+# since apache2 is not yet free of libtool, we need to remove
+# the BUILT_SOURCES targets, which in fact are libapr-1.la and
+# libaprutil-1.la. Once apache is libtool free we can remove this.
 post-configure-modulated:
 	gsed -i'' 's/^BUILT_SOURCES.*//' $(WORKSRC)/library/Makefile


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list