Browse Source

Merge pull request #8373 from jan-kardell/TQ_fix_pcre

[pcre] Fix compile of libpcrecpp
lilik-openwrt-22.03
Rosen Penev 5 years ago
committed by GitHub
parent
commit
b5099d42e4
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions
  1. +1
    -5
      libs/pcre/Makefile

+ 1
- 5
libs/pcre/Makefile View File

@ -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)"


Loading…
Cancel
Save