diff options
author | W. Michael Petullo <mike@flyn.org> | 2018-07-25 22:30:16 -0400 |
---|---|---|
committer | W. Michael Petullo <mike@flyn.org> | 2018-07-25 22:31:51 -0400 |
commit | eca595a19e84ff8b153353ee24a0c8f3aadffcbf (patch) | |
tree | 08d46e12d1943ffad3ad64b3bb9c6dff2f7b11be /libs/libpsl/Makefile | |
parent | b584443d658fd05d4c12a7c24b4d83c9d35b7328 (diff) |
libpsl: depend on libidn2 and libunistring
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Diffstat (limited to 'libs/libpsl/Makefile')
-rw-r--r-- | libs/libpsl/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/libpsl/Makefile b/libs/libpsl/Makefile index 8b77de181..71a1e02b6 100644 --- a/libs/libpsl/Makefile +++ b/libs/libpsl/Makefile @@ -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 \ |