1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-15 03:43:53 +02:00

libpsl: depend on libidn2 and libunistring

Signed-off-by: W. Michael Petullo <mike@flyn.org>
This commit is contained in:
W. Michael Petullo 2018-07-25 22:30:16 -04:00
parent b584443d65
commit eca595a19e

View File

@ -29,12 +29,15 @@ define Package/libpsl
CATEGORY:=Libraries
TITLE:=C library to handle the Public Suffix List
URL:=https://github.com/rockdaboot/libpsl
DEPENDS:=+libidn2 +libunistring
endef
define Package/libpsl/description
C library to handle the Public Suffix List
endef
CONFIGURE_ARGS += --disable-rpath
define Build/InstallDev
$(INSTALL_DIR) \
$(1)/usr/lib \