Browse Source

Merge pull request #6582 from MikePetullo/libpsl

libpsl: depend on libidn2 and libunistring
lilik-openwrt-22.03
Ted Hess 6 years ago
committed by GitHub
parent
commit
dec589ca4b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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