diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2015-07-10 23:22:17 +0100 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2015-07-11 02:16:48 +0100 |
commit | 998c8468d360b71f4b005023c77ad7d3ed3ee5ac (patch) | |
tree | 0771b48b93e11178034f8910b5468ad70cd2900e /net/sslh/Makefile | |
parent | 1515019df5caa6aae2f062a7ca2321645ae4627b (diff) |
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>
Diffstat (limited to 'net/sslh/Makefile')
-rw-r--r-- | net/sslh/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sslh/Makefile b/net/sslh/Makefile index e7f1c0e6b..1c0fe7663 100644 --- a/net/sslh/Makefile +++ b/net/sslh/Makefile @@ -38,6 +38,7 @@ define Build/Compile CFLAGS="$(TARGET_CFLAGS)" \ USELIBCONFIG= \ USELIBWRAP= \ + USELIBPCRE= \ all endef |