mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge pull request #8601 from bmork/pcre-build-fix
pcre: Depending on C++ now
This commit is contained in:
+2
-1
@@ -30,6 +30,7 @@ define Package/libpcre/default
|
|||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
URL:=https://www.pcre.org/
|
URL:=https://www.pcre.org/
|
||||||
|
DEPENDS:=$(CXX_DEPENDS)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libpcre
|
define Package/libpcre
|
||||||
@@ -45,7 +46,7 @@ endef
|
|||||||
define Package/libpcrecpp
|
define Package/libpcrecpp
|
||||||
$(call Package/libpcre/default)
|
$(call Package/libpcre/default)
|
||||||
TITLE:=C++ wrapper for Perl Compatible Regular Expression library
|
TITLE:=C++ wrapper for Perl Compatible Regular Expression library
|
||||||
DEPENDS:=+libpcre $(CXX_DEPENDS)
|
DEPENDS:=+libpcre
|
||||||
endef
|
endef
|
||||||
|
|
||||||
TARGET_CFLAGS += $(FPIC)
|
TARGET_CFLAGS += $(FPIC)
|
||||||
|
|||||||
Reference in New Issue
Block a user