cfaaf7bff8
- Add support for OpenSSL - Handle resin2_flags to pass JVM options in rc(8) - Fix the port so that it may be built (and cleaned) correctly as a user PR: 90489 Submitted by: maintainer
11 lines
325 B
Text
11 lines
325 B
Text
--- src/c/plugin/apache2/Makefile.in.orig Fri Dec 16 13:18:09 2005
|
|
+++ src/c/plugin/apache2/Makefile.in Fri Dec 16 13:18:21 2005
|
|
@@ -27,8 +27,6 @@
|
|
$(CC) -c $(INCLUDES) $(CFLAGS) $<
|
|
|
|
install :
|
|
- sh install.sh -conf $(apache_conf) -libexec $(apache_libexec) \
|
|
- -resin_home $(resin_home)
|
|
|
|
clean :
|
|
- rm *.o *.lo *.so
|