diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/openssl/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |