sslh: disable libpcre probe support

Backport upstream commit 3aefaf3 which allows sslh to be built without
libpcre support. This was brought about by the move to musl which
doesn't support the non-POSIX REG_STARTEND regexec eflag.

Fixes: #1506

Signed-off-by: Jonathan McCrohan <jmccrohan@gmail.com>
This commit is contained in:
Jonathan McCrohan
2015-07-10 23:22:17 +01:00
parent 1515019df5
commit 998c8468d3
2 changed files with 91 additions and 0 deletions
+1
View File
@@ -38,6 +38,7 @@ define Build/Compile
CFLAGS="$(TARGET_CFLAGS)" \
USELIBCONFIG= \
USELIBWRAP= \
USELIBPCRE= \
all
endef