Advertisement
Guest User

modsecurity makefile patch

a guest
Oct 25th, 2012
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. *** modsecurity-apache_2.7.0/apache2/Makefile.in 2012-10-25 22:02:43.806624435 +0000
  2. --- modsecurity-apache_2.7.0/apache2/Makefile.in.new 2012-10-25 22:03:24.306405027 +0000
  3. ***************
  4. *** 878,888 ****
  5. install-exec-hook: $(pkglib_LTLIBRARIES)
  6. @echo "Removing unused static libraries..."; \
  7. for m in $(pkglib_LTLIBRARIES); do \
  8. base=`echo $$m | sed 's/\..*//'`; \
  9. rm -f $(DESTDIR)$(pkglibdir)/$$base.*a; \
  10. ! cp -p $(DESTDIR)$(pkglibdir)/$$base.so $(APXS_MODULES); \
  11. done
  12.  
  13. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  14. # Otherwise a system limit (for SysV at least) may be exceeded.
  15. .NOEXPORT:
  16. --- 878,888 ----
  17. install-exec-hook: $(pkglib_LTLIBRARIES)
  18. @echo "Removing unused static libraries..."; \
  19. for m in $(pkglib_LTLIBRARIES); do \
  20. base=`echo $$m | sed 's/\..*//'`; \
  21. rm -f $(DESTDIR)$(pkglibdir)/$$base.*a; \
  22. ! install -D -m444 $(DESTDIR)$(pkglibdir)/$$base.so $(DESTDIR)$(APXS_MODULES); \
  23. done
  24.  
  25. # Tell versions [3.59,3.63) of GNU make to not export all variables.
  26. # Otherwise a system limit (for SysV at least) may be exceeded.
  27. .NOEXPORT:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement