mirror of
https://github.com/novatiq/packages.git
synced 2026-04-28 22:58:38 +01:00
Merge pull request #8373 from jan-kardell/TQ_fix_pcre
[pcre] Fix compile of libpcrecpp
This commit is contained in:
+1
-5
@@ -55,12 +55,8 @@ CONFIGURE_ARGS += \
|
||||
--enable-unicode-properties \
|
||||
--enable-pcre16 \
|
||||
--with-match-limit-recursion=16000 \
|
||||
--enable-cpp
|
||||
|
||||
ifneq ($(CONFIG_PACKAGE_libpcrecpp),)
|
||||
CONFIGURE_ARGS+= --enable-cpp
|
||||
else
|
||||
CONFIGURE_ARGS+= --disable-cpp
|
||||
endif
|
||||
|
||||
MAKE_FLAGS += \
|
||||
CFLAGS="$(TARGET_CFLAGS)"
|
||||
|
||||
Reference in New Issue
Block a user