git ssb

0+

cel / sslh



Commit e511534b57b73ae52d3253541385a42c1a1d591b

Make USELIBPCRE not the default

Yves Rutschle committed on 1/22/2016, 4:09:02 PM
Parent: e5cb33fcb7d6781e4017c3aecaee52e2aa8c2916

Files changed

Makefilechanged
MakefileView
@@ -2,9 +2,9 @@
22
33 VERSION=$(shell ./genver.sh -r)
44 ENABLE_REGEX=1 # Enable regex probes
55 USELIBCONFIG=1 # Use libconfig? (necessary to use configuration files)
6-USELIBPCRE=1 # Use libpcre? (needed for regex on musl)
6+USELIBPCRE= # Use libpcre? (needed for regex on musl)
77 USELIBWRAP?= # Use libwrap?
88 USELIBCAP= # Use libcap?
99 COV_TEST= # Perform test coverage?
1010 PREFIX?=/usr

Built with git-ssb-web