]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
libcpprestsdk: needs host-pkgconf
authorPeter Korsgaard <peter@korsgaard.com>
Thu, 15 Feb 2018 21:35:36 +0000 (22:35 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 15 Feb 2018 21:35:36 +0000 (22:35 +0100)
Commit d2f0a9bba400 (libcpprestsdk: fix building as a static library)
changed libcpprestsdk to use pkg-config to find the linker flags for
openssl, so ensure it is available.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libcpprestsdk/libcpprestsdk.mk

index 4aafa6e59358472c3c34b2a8c22cd832e9aadcbb..4d30f07c39cd1b37a0d9bcb7384d8e1fb21533e5 100644 (file)
@@ -9,7 +9,7 @@ LIBCPPRESTSDK_SITE = $(call github,Microsoft,cpprestsdk,$(LIBCPPRESTSDK_VERSION)
 LIBCPPRESTSDK_LICENSE = MIT
 LIBCPPRESTSDK_LICENSE_FILES = license.txt
 LIBCPPRESTSDK_SUBDIR = Release
-LIBCPPRESTSDK_DEPENDENCIES += boost openssl zlib
+LIBCPPRESTSDK_DEPENDENCIES += host-pkgconf boost openssl zlib
 LIBCPPRESTSDK_CONF_OPTS = -DWERROR=OFF
 
 $(eval $(cmake-package))