Browse Source
Merge pull request #8601 from bmork/pcre-build-fix
pcre: Depending on C++ now
lilik-openwrt-22.03
Rosen Penev
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
libs/pcre/Makefile
|
|
@ -30,6 +30,7 @@ define Package/libpcre/default |
|
|
|
SECTION:=libs |
|
|
|
CATEGORY:=Libraries |
|
|
|
URL:=https://www.pcre.org/ |
|
|
|
DEPENDS:=$(CXX_DEPENDS) |
|
|
|
endef |
|
|
|
|
|
|
|
define Package/libpcre |
|
|
@ -45,7 +46,7 @@ endef |
|
|
|
define Package/libpcrecpp |
|
|
|
$(call Package/libpcre/default) |
|
|
|
TITLE:=C++ wrapper for Perl Compatible Regular Expression library |
|
|
|
DEPENDS:=+libpcre $(CXX_DEPENDS) |
|
|
|
DEPENDS:=+libpcre |
|
|
|
endef |
|
|
|
|
|
|
|
TARGET_CFLAGS += $(FPIC) |
|
|
|