summaryrefslogtreecommitdiff
path: root/package/openssl
diff options
context:
space:
mode:
Diffstat (limited to 'package/openssl')
-rw-r--r--package/openssl/Makefile16
1 files changed, 2 insertions, 14 deletions
diff --git a/package/openssl/Makefile b/package/openssl/Makefile
index 9a2c8a7f2..0c68a5800 100644
--- a/package/openssl/Makefile
+++ b/package/openssl/Makefile
@@ -65,25 +65,14 @@ CONFIG:= linux-aarch64
OPENSSL_OPTIONS+= no-asm
endif
-ifneq (,$(filter CYGWIN%,${OS_FOR_BUILD}))
-HOSTCONFIG:= Cygwin-x86_64
-endif
-ifeq ($(OS_FOR_BUILD),Darwin)
-HOSTCONFIG:= darwin64-x86_64-cc
-endif
-
host-configure:
-ifeq ($(HOSTCONFIG),)
(cd $(WRKBUILD); ./config --prefix='$(STAGING_HOST_DIR)/usr' -fPIC -ldl)
-else
- (cd $(WRKBUILD); ./Configure $(HOSTCONFIG) --prefix='$(STAGING_HOST_DIR)/usr')
-endif
host-build:
- (cd $(WRKBUILD); make)
+ (cd $(WRKBUILD); $(MAKE))
openssl-hostinstall:
- (cd $(WRKBUILD); make install)
+ (cd $(WRKBUILD); $(MAKE) install)
do-configure:
(cd $(WRKBUILD); \
@@ -100,7 +89,6 @@ do-configure:
-DOPENSSL_NO_ASYNC \
$(OPENSSL_OPTIONS) \
);
- #$(SED) "s:-O[0-9]:$(TARGET_CFLAGS) -fPIC:" $(WRKBUILD)/Makefile
libopenssl-install:
${INSTALL_DIR} ${IDIR_LIBOPENSSL}/usr/lib