libpsl: depend on libidn2 and libunistring
authorW. Michael Petullo <[email protected]>
Thu, 26 Jul 2018 02:30:16 +0000 (22:30 -0400)
committerW. Michael Petullo <[email protected]>
Thu, 26 Jul 2018 02:31:51 +0000 (22:31 -0400)
Signed-off-by: W. Michael Petullo <[email protected]>
libs/libpsl/Makefile

index 8b77de181d2abd2b80f03e7b3c003f49ce8a153d..71a1e02b672122c1f6c293aa22106db3e2ea7cc2 100644 (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 \