SOURCES: apache-mod_jk-apxs.patch (NEW) - pass -S DESTDIR when ins...

glen glen at pld-linux.org
Mon Jan 2 14:33:25 CET 2006


Author: glen                         Date: Mon Jan  2 13:33:25 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- pass -S DESTDIR when installing

---- Files affected:
SOURCES:
   apache-mod_jk-apxs.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/apache-mod_jk-apxs.patch
diff -u /dev/null SOURCES/apache-mod_jk-apxs.patch:1.1
--- /dev/null	Mon Jan  2 14:33:25 2006
+++ SOURCES/apache-mod_jk-apxs.patch	Mon Jan  2 14:33:19 2006
@@ -0,0 +1,11 @@
+--- jakarta-tomcat-connectors-1.2.15-src/jk/native/apache-2.0/Makefile.in~	2005-12-28 16:19:42.000000000 +0200
++++ jakarta-tomcat-connectors-1.2.15-src/jk/native/apache-2.0/Makefile.in	2006-01-02 15:12:19.000000000 +0200
+@@ -71,7 +71,7 @@
+ install_dynamic:
+ 	@echo ""
+ 	@echo "Installing files to Apache Modules Directory..."
+-	$(APXS) -i mod_jk.la
++	$(APXS) -S DESTDIR=$(DESTDIR) -i mod_jk.la
+ 	@echo ""
+ 	@echo "Please be sure to arrange ${APACHE_DIR}/conf/httpd.conf..."
+ 	@echo ""
================================================================


More information about the pld-cvs-commit mailing list