kea: Specify OpenSSL path for host builds as well
authorRosen Penev <redacted>
Wed, 10 Apr 2019 22:06:18 +0000 (15:06 -0700)
committerRosen Penev <redacted>
Wed, 10 Apr 2019 22:06:18 +0000 (15:06 -0700)
Buildbots are failing on kea because kea/host is failing:

checking for OpenSSL library... configure: error: OpenSSL auto detection
failed

I'm guessing the buildbots do not have OpenSSL installed and the
configure script does not find the proper location for OpenSSL.

Signed-off-by: Rosen Penev <redacted>
net/kea/Makefile

index 36c035db9527bb42d0d2cfaca9d3fcecec40c4ec..ec7e92fb865afb25675e1b6a3d44a08f594e08cd 100644 (file)
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=kea
 PKG_VERSION:=1.5.0
-PKG_RELEASE:=2
+PKG_RELEASE:=3
 PKG_MAINTAINER:=BangLang Huang<banglang.huang@foxmail.com>, Rosy Song<rosysong@rosinson.com>
 PKG_BUILD_DEPENDS:=boost log4cplus kea/host
 HOST_BUILD_DEPENDS:=boost boost/host log4cplus/host
@@ -110,6 +110,7 @@ HOST_CONFIGURE_ARGS += \
        --enable-boost-headers-only \
        --with-log4cplus="$(STAGING_DIR_HOSTPKG)" \
        --with-boost-include="$(STAGING_DIR)/usr/include" \
+       --with-openssl="$(STAGING_DIR)/usr" \
        --without-pic
 
 HOST_LDFLAGS += \
git clone https://git.99rst.org/PROJECT