mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2026-03-09 03:49:28 -04:00
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>
This commit is contained in:
committed by
Christian Lamparter
parent
8a75ed4ba0
commit
f8571749a7
@@ -62,6 +62,7 @@ define Package/libpcrecpp
|
||||
endef
|
||||
|
||||
HOST_CONFIGURE_ARGS += \
|
||||
--disable-shared \
|
||||
--enable-utf8 \
|
||||
--enable-unicode-properties \
|
||||
--enable-pcre16 \
|
||||
|
||||
Reference in New Issue
Block a user