summaryrefslogtreecommitdiffhomepage
path: root/vars/libzip.vars
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-02-09 12:01:45 +0000
committerLucio Andrés Illanes Albornoz <lucio@lucioillanes.de>2020-02-09 12:01:45 +0000
commit7587a97f647df07261dd02dd9132323ba4e4aec0 (patch)
treeaeb6372651c2b565d86fa5b931b53a5051b44698 /vars/libzip.vars
parent97a26084c0f2425e8099f591406f0d98950aa593 (diff)
downloadmidipix_build-7587a97f647df07261dd02dd9132323ba4e4aec0.tar.bz2
midipix_build-7587a97f647df07261dd02dd9132323ba4e4aec0.tar.xz
vars/libzip_host.vars: explicitly pass -lcrypto in ${CMAKE_C_STANDARD_LIBRARIES}.
Diffstat (limited to 'vars/libzip.vars')
-rw-r--r--vars/libzip.vars2
1 files changed, 1 insertions, 1 deletions
diff --git a/vars/libzip.vars b/vars/libzip.vars
index 20990330..113dab13 100644
--- a/vars/libzip.vars
+++ b/vars/libzip.vars
@@ -44,7 +44,7 @@ pkg_libzip_host_configure() {
rm -f config.cache;
env PREFIX="" LDFLAGS="-L${PKG_PREFIX}/lib -lbz2 -lfts" \
cmake -DCMAKE_BUILD_TYPE="${_build_type}" \
- -DCMAKE_C_STANDARD_LIBRARIES="-lbz2 -lfts" \
+ -DCMAKE_C_STANDARD_LIBRARIES="-lbz2 -lcrypto -lfts" \
-DCMAKE_FIND_ROOT_PATH_MODE_INCLUDE=ONLY \
-DCMAKE_FIND_ROOT_PATH_MODE_PROGRAM=NEVER \
-DCMAKE_INSTALL_PREFIX= \