mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
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:
@@ -38,6 +38,7 @@ define Build/Compile
|
||||
CFLAGS="$(TARGET_CFLAGS)" \
|
||||
USELIBCONFIG= \
|
||||
USELIBWRAP= \
|
||||
USELIBPCRE= \
|
||||
all
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user