aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2022-03-19 16:18:49 -0700
committerHauke Mehrtens <hauke@hauke-m.de>2022-04-05 00:20:24 +0200
commit56463b02213567e111fef64dc15543a004c2230e (patch)
treebdd8bf1d171a9c3596856a77f5851df671102970
parent308adb76d2ad7a820575ca41aa96970e8e337220 (diff)
downloadupstream-56463b02213567e111fef64dc15543a004c2230e.tar.gz
upstream-56463b02213567e111fef64dc15543a004c2230e.tar.bz2
upstream-56463b02213567e111fef64dc15543a004c2230e.zip
pcre: disable shared libraries for host builds
Getting rid of shared libraries for hostpkg avoids having to use rpath hacks to find the library. It also fixes compilation with host glib2 binaries. Signed-off-by: Rosen Penev <rosenp@gmail.com> (cherry picked from commit f8571749a77ea23b418c84692220083858c1df79)
-rw-r--r--package/libs/pcre/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/libs/pcre/Makefile b/package/libs/pcre/Makefile
index 42149fc511..43267562ea 100644
--- a/package/libs/pcre/Makefile
+++ b/package/libs/pcre/Makefile
@@ -62,6 +62,7 @@ define Package/libpcrecpp
endef
HOST_CONFIGURE_ARGS += \
+ --disable-shared \
--enable-utf8 \
--enable-unicode-properties \
--enable-pcre16 \