kea: Remove openssl host dependency
authorRosen Penev <rosenp@gmail.com>
Tue, 22 Oct 2019 17:27:26 +0000 (10:27 -0700)
committerRosen Penev <rosenp@gmail.com>
Wed, 30 Oct 2019 16:36:46 +0000 (09:36 -0700)
OpenSSL is already built as part of tools (LibreSSL actually) and can be
used instead for the host build.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
net/kea/Makefile

index f0d8c1cc36e2048c1ab512956388054e65b5ea1a..72ce46b9cf6bd1c04a7cce9a67a879ed1a703009 100644 (file)
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=kea
 PKG_VERSION:=1.6.0
-PKG_RELEASE:=6
+PKG_RELEASE:=7
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://ftp.isc.org/isc/kea/$(PKG_VERSION)
@@ -20,7 +20,7 @@ PKG_MAINTAINER:=BangLang Huang<banglang.huang@foxmail.com>, Rosy Song<rosysong@r
 PKG_LICENSE:=MPL-2.0
 PKG_LICENSE_FILES:=COPYING
 
-HOST_BUILD_DEPENDS:=boost/host log4cplus/host openssl
+HOST_BUILD_DEPENDS:=boost/host log4cplus/host
 PKG_BUILD_DEPENDS:=kea/host
 HOST_BUILD_PARALLEL:=1
 PKG_BUILD_PARALLEL:=1
@@ -147,7 +147,7 @@ endef
 HOST_CONFIGURE_ARGS += \
        --with-boost-include="$(STAGING_DIR_HOSTPKG)" \
        --with-log4cplus="$(STAGING_DIR_HOSTPKG)" \
-       --with-openssl="$(STAGING_DIR)/usr" \
+       --with-openssl="$(STAGING_DIR_HOST)" \
        --enable-boost-headers-only \
        --enable-static-link \
        --enable-generate-messages