summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-04-08 22:16:39 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2025-04-08 22:16:39 +0200
commit5ea0420de5f6c6dc8a25b711d76607993349aa63 (patch)
treef75df378b0d69b9247baefbd4f714b0575709f15 /package
parent5d5413ddc8e7a19ef93b8b1d0123ff011dd454d0 (diff)
openssl: portability patch, use $(MAKE) so that gnu make is used
Diffstat (limited to 'package')
-rw-r--r--package/openssl/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/package/openssl/Makefile b/package/openssl/Makefile
index 9a2c8a7f2..601ef95fc 100644
--- a/package/openssl/Makefile
+++ b/package/openssl/Makefile
@@ -80,10 +80,10 @@ else
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 +100,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