projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44159f9
)
pcre2: add zlib build dependency
author
Rosen Penev
<rosenp@gmail.com>
Sat, 9 Jul 2022 05:19:09 +0000
(22:19 -0700)
committer
Rosen Penev
<rosenp@gmail.com>
Thu, 14 Jul 2022 21:52:13 +0000
(14:52 -0700)
Otherwise the host zlib gets picked up.
Signed-off-by: Rosen Penev <rosenp@gmail.com>
libs/pcre2/Makefile
patch
|
blob
|
history
diff --git
a/libs/pcre2/Makefile
b/libs/pcre2/Makefile
index 4e75a1cda97f04c448713c6188393a086c09773d..1bd6d27599e651fcb3dd45ac5e890f675521a924 100644
(file)
--- a/
libs/pcre2/Makefile
+++ b/
libs/pcre2/Makefile
@@
-25,6
+25,8
@@
PKG_CONFIG_DEPENDS:=\
CONFIG_PACKAGE_libpcre2-32 \
CONFIG_PCRE2_JIT_ENABLED
+PKG_BUILD_DEPENDS:=zlib
+
include $(INCLUDE_DIR)/package.mk
include $(INCLUDE_DIR)/cmake.mk