]> git.pld-linux.org Git - packages/apache-mod_jk.git/blob - apache-mod_jk-apxs.patch
- migrate to apache 2.4
[packages/apache-mod_jk.git] / apache-mod_jk-apxs.patch
1 --- jakarta-tomcat-connectors-1.2.15-src/native/apache-2.0/Makefile.in~ 2005-12-28 16:19:42.000000000 +0200
2 +++ jakarta-tomcat-connectors-1.2.15-src/native/apache-2.0/Makefile.in  2006-01-02 15:12:19.000000000 +0200
3 @@ -71,7 +71,7 @@
4  install_dynamic:
5         @echo ""
6         @echo "Installing files to Apache Modules Directory..."
7 -       $(APXS) -i mod_jk.la
8 +       $(APXS) -i -S DESTDIR=$(DESTDIR) mod_jk.la
9         @echo ""
10         @echo "Please be sure to arrange ${APACHE_DIR}/conf/httpd.conf..."
11         @echo ""
This page took 0.081875 seconds and 3 git commands to generate.