aboutsummaryrefslogtreecommitdiff
path: root/libs/libpsl
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2018-10-11 15:10:00 -0700
committerRosen Penev <rosenp@gmail.com>2018-10-11 17:40:12 -0700
commitd033024be9c72f87ae27dacc83da8096194e2a80 (patch)
treebbd4d338d21abb30ae198396c30f0055bb8ddae7 /libs/libpsl
parent0ecf61d51db948b230f3be88ea651dbd9819206d (diff)
libpsl: Disable documentation and enable parallel building
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/libpsl')
-rw-r--r--libs/libpsl/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/libs/libpsl/Makefile b/libs/libpsl/Makefile
index 71a1e02b6..c9677c9ed 100644
--- a/libs/libpsl/Makefile
+++ b/libs/libpsl/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libpsl
PKG_VERSION:=0.20.2
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
@@ -20,6 +20,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/rockdaboot/libpsl/releases/download/$(PKG_NAME)-$(PKG_VERSION)/
PKG_HASH:=f8fd0aeb66252dfcc638f14d9be1e2362fdaf2ca86bde0444ff4d5cc961b560f
+PKG_BUILD_PARALLEL:=1
PKG_INSTALL:=1
include $(INCLUDE_DIR)/package.mk
@@ -36,7 +37,10 @@ define Package/libpsl/description
C library to handle the Public Suffix List
endef
-CONFIGURE_ARGS += --disable-rpath
+CONFIGURE_ARGS += \
+ --disable-gtk-doc-html \
+ --disable-man \
+ --disable-rpath
define Build/InstallDev
$(INSTALL_DIR) \