projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b584443
)
libpsl: depend on libidn2 and libunistring
author
W. Michael Petullo
<
[email protected]
>
Thu, 26 Jul 2018 02:30:16 +0000
(22:30 -0400)
committer
W. 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
patch
|
blob
|
history
diff --git
a/libs/libpsl/Makefile
b/libs/libpsl/Makefile
index 8b77de181d2abd2b80f03e7b3c003f49ce8a153d..71a1e02b672122c1f6c293aa22106db3e2ea7cc2 100644
(file)
--- 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 \