diff options
author | Ted Hess <thess@kitschensync.net> | 2018-11-13 16:29:00 -0500 |
---|---|---|
committer | Ted Hess <thess@kitschensync.net> | 2018-11-13 16:35:11 -0500 |
commit | ad3497bad835e068324424bcf86f9010ed39a6ea (patch) | |
tree | d72f6f3562f695846013981ecece19d4ada1d99a /libs/libpsl/Makefile | |
parent | 49c4ab36d745285bfe0020312c8948fdc60c6cfb (diff) |
libpsl: Fix build errors when BUILD_NLS=y
Signed-off-by: Ted Hess <thess@kitschensync.net>
Diffstat (limited to 'libs/libpsl/Makefile')
-rw-r--r-- | libs/libpsl/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/libs/libpsl/Makefile b/libs/libpsl/Makefile index c9677c9ed..5f2d925d6 100644 --- a/libs/libpsl/Makefile +++ b/libs/libpsl/Makefile @@ -1,6 +1,4 @@ # -# Copyright (C) 2007-2018 OpenWrt.org -# # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. # @@ -9,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libpsl PKG_VERSION:=0.20.2 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> @@ -24,13 +22,14 @@ PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1 include $(INCLUDE_DIR)/package.mk +include $(INCLUDE_DIR)/nls.mk define Package/libpsl SECTION:=libs CATEGORY:=Libraries TITLE:=C library to handle the Public Suffix List URL:=https://github.com/rockdaboot/libpsl - DEPENDS:=+libidn2 +libunistring + DEPENDS:=+libidn2 +libunistring $(INTL_DEPENDS) endef define Package/libpsl/description |