From 07626ccbfe168e34ce53a40006fa472c85a69f9d Mon Sep 17 00:00:00 2001 From: gixxpunk Date: Sat, 16 Sep 2017 21:56:39 +0200 Subject: [PATCH] - fix openssl target (this time for real) --- make/system-libs.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/system-libs.mk b/make/system-libs.mk index 3b1b6468..750a362b 100644 --- a/make/system-libs.mk +++ b/make/system-libs.mk @@ -206,7 +206,7 @@ $(D)/openssl: $(ARCHIVE)/openssl-$(OPENSSL_VER).tar.gz | $(TARGETPREFIX) pushd $(BUILD_TMP)/openssl-$(OPENSSL_VER) && \ $(PATCH)/openssl-add-ni-specific-target.patch && \ ./Configure \ - linux-armv4-ni $(TARGET_MARCH_CFLAGS) \ + linux-armv4-ni \ shared \ threads \ no-hw \