mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge pull request #6582 from MikePetullo/libpsl
libpsl: depend on libidn2 and libunistring
This commit is contained in:
@@ -29,12 +29,15 @@ define Package/libpsl
|
|||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
TITLE:=C library to handle the Public Suffix List
|
TITLE:=C library to handle the Public Suffix List
|
||||||
URL:=https://github.com/rockdaboot/libpsl
|
URL:=https://github.com/rockdaboot/libpsl
|
||||||
|
DEPENDS:=+libidn2 +libunistring
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/libpsl/description
|
define Package/libpsl/description
|
||||||
C library to handle the Public Suffix List
|
C library to handle the Public Suffix List
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
CONFIGURE_ARGS += --disable-rpath
|
||||||
|
|
||||||
define Build/InstallDev
|
define Build/InstallDev
|
||||||
$(INSTALL_DIR) \
|
$(INSTALL_DIR) \
|
||||||
$(1)/usr/lib \
|
$(1)/usr/lib \
|
||||||
|
|||||||
Reference in New Issue
Block a user