diff options
Diffstat (limited to 'www/resin3/files/patch-apache1-Makefile.in')
-rw-r--r-- | www/resin3/files/patch-apache1-Makefile.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/www/resin3/files/patch-apache1-Makefile.in b/www/resin3/files/patch-apache1-Makefile.in new file mode 100644 index 000000000000..d227228139de --- /dev/null +++ b/www/resin3/files/patch-apache1-Makefile.in @@ -0,0 +1,12 @@ +--- src/c/apache1/Makefile.in.orig Mon Oct 11 11:34:53 2004 ++++ src/c/apache1/Makefile.in Mon Oct 11 12:44:59 2004 +@@ -38,8 +38,7 @@ + $(LIBTOOL) --mode=install $(CP) mod_caucho.la $(apache_libexec) + - rm -f $(apache_libexec)/mod_caucho.la + - rm -f $(apache_libexec)/mod_caucho.a +- sh install.sh -conf $(apache_conf) -libexec $(apache_libexec) \ +- -resin_home $(resin_home) ++ %%APXS%% -e -a -n caucho mod_caucho.so + + clean : + - rm *.o *.lo *.la *.so .libs |