Skip to content

Commit 76fc194

Browse files
committed
Merging with master
1 parent 3ef77de commit 76fc194

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

apache2/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,5 +71,5 @@ install-exec-hook: $(pkglib_LTLIBRARIES)
7171
for m in $(pkglib_LTLIBRARIES); do \
7272
base=`echo $$m | sed 's/\..*//'`; \
7373
rm -f $(DESTDIR)$(pkglibdir)/$$base.*a; \
74-
cp -p $(DESTDIR)$(pkglibdir)/$$base.so $(APXS_MODULES); \
74+
install -D -m444 $(DESTDIR)$(pkglibdir)/$$base.so $(DESTDIR)$(APXS_MODULES); \
7575
done

nginx/TODO

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ Modsecurity NGINX TODO
1313
* Source code documentation (insert doxygen headers)
1414

1515
* Create better build infrastructure with support for tests and automated regression
16+
17+
* Better things for test

0 commit comments

Comments
 (0)