From 07c3d165f440d7806d133513c321460c13aee0a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Tue, 5 Jul 2016 14:54:34 +0000 Subject: main/openssl: fix cross building --- main/openssl/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/openssl') diff --git a/main/openssl/APKBUILD b/main/openssl/APKBUILD index 8426176d87..4a33d1b46b 100644 --- a/main/openssl/APKBUILD +++ b/main/openssl/APKBUILD @@ -82,7 +82,7 @@ build() { # Build standalone version c_rehash app, so the huge openssl # binary is not mandatory requirement of ca-certificates - $CC $CFLAGS -I . -I include -L . "$_builddir"/apps/c_rehash.c -o c_rehash -lcrypto || return 1 + ${CROSS_COMPILE}$CC $CPPFLAGS $CFLAGS $LDFLAGS -I . -I include -L . "$_builddir"/apps/c_rehash.c -o c_rehash -lcrypto || return 1 } package() { -- cgit v1.2.3