Skip to content

Commit

Permalink
pcre: disable shared libraries for host builds
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
neheb authored and chunkeey committed Mar 27, 2022
1 parent 8a75ed4 commit f857174
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package/libs/pcre/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ define Package/libpcrecpp
endef

HOST_CONFIGURE_ARGS += \
--disable-shared \
--enable-utf8 \
--enable-unicode-properties \
--enable-pcre16 \
Expand Down

0 comments on commit f857174

Please sign in to comment.