Browse Source

libpsl: depend on libidn2 and libunistring

Signed-off-by: W. Michael Petullo <mike@flyn.org>
lilik-openwrt-22.03
W. Michael Petullo 6 years ago
parent
commit
eca595a19e
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      libs/libpsl/Makefile

+ 3
- 0
libs/libpsl/Makefile 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 \


Loading…
Cancel
Save