Merging with 2.7.x

This commit is contained in:
Breno Silva
2012-10-25 08:47:29 -04:00
parent 9d35b1d646
commit 576da04ed0
2 changed files with 3 additions and 1 deletions

View File

@@ -71,5 +71,5 @@ install-exec-hook: $(pkglib_LTLIBRARIES)
for m in $(pkglib_LTLIBRARIES); do \ for m in $(pkglib_LTLIBRARIES); do \
base=`echo $$m | sed 's/\..*//'`; \ base=`echo $$m | sed 's/\..*//'`; \
rm -f $(DESTDIR)$(pkglibdir)/$$base.*a; \ rm -f $(DESTDIR)$(pkglibdir)/$$base.*a; \
cp -p $(DESTDIR)$(pkglibdir)/$$base.so $(APXS_MODULES); \ install -D -m444 $(DESTDIR)$(pkglibdir)/$$base.so $(DESTDIR)$(APXS_MODULES); \
done done

View File

@@ -13,3 +13,5 @@ Modsecurity NGINX TODO
* Source code documentation (insert doxygen headers) * Source code documentation (insert doxygen headers)
* Create better build infrastructure with support for tests and automated regression * Create better build infrastructure with support for tests and automated regression
* Better things for test