modsecurity: 2.9.0 -> 2.9.2
* Enable building on macOS * also fixes an issue where a system Lua install fooled the configure script into thinking it was enabled.
This commit is contained in:
17
pkgs/tools/security/modsecurity/Makefile.in.patch
Normal file
17
pkgs/tools/security/modsecurity/Makefile.in.patch
Normal file
@@ -0,0 +1,17 @@
|
||||
--- a/apache2/Makefile.in 2017-10-10 09:45:51.000000000 -0400
|
||||
+++ b/apache2/Makefile.in 2017-10-10 09:46:04.000000000 -0400
|
||||
@@ -1208,14 +1208,12 @@
|
||||
@LINUX_TRUE@ for m in $(pkglib_LTLIBRARIES); do \
|
||||
@LINUX_TRUE@ base=`echo $$m | sed 's/\..*//'`; \
|
||||
@LINUX_TRUE@ rm -f $(DESTDIR)$(pkglibdir)/$$base.*a; \
|
||||
-@LINUX_TRUE@ install -D -m444 $(DESTDIR)$(pkglibdir)/$$base.so $(DESTDIR)$(APXS_MODULES)/$$base.so; \
|
||||
@LINUX_TRUE@ done
|
||||
@LINUX_FALSE@install-exec-hook: $(pkglib_LTLIBRARIES)
|
||||
@LINUX_FALSE@ @echo "Removing unused static libraries..."; \
|
||||
@LINUX_FALSE@ for m in $(pkglib_LTLIBRARIES); do \
|
||||
@LINUX_FALSE@ base=`echo $$m | sed 's/\..*//'`; \
|
||||
@LINUX_FALSE@ rm -f $(DESTDIR)$(pkglibdir)/$$base.*a; \
|
||||
-@LINUX_FALSE@ cp -p $(DESTDIR)$(pkglibdir)/$$base.so $(DESTDIR)$(APXS_MODULES); \
|
||||
@LINUX_FALSE@ done
|
||||
|
||||
# Tell versions [3.59,3.63) of GNU make to not export all variables.
|
||||
Reference in New Issue
Block a user