]> git.pld-linux.org Git - packages/apache-mod_jk.git/commitdiff
- pass -S DESTDIR when installing
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 2 Jan 2006 13:33:19 +0000 (13:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_jk-apxs.patch -> 1.1

apache-mod_jk-apxs.patch [new file with mode: 0644]

diff --git a/apache-mod_jk-apxs.patch b/apache-mod_jk-apxs.patch
new file mode 100644 (file)
index 0000000..8af83a6
--- /dev/null
@@ -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 ""
This page took 0.033955 seconds and 4 git commands to generate.