diff --git a/sdk/Makefile b/sdk/Makefile
index f130088..d37288f 100644
--- a/sdk/Makefile
+++ b/sdk/Makefile
@@ -347,7 +347,7 @@ ifneq ($(realpath $(RECIPES)/patches/openssl/$(TARGET)),)
for p in `ls $(RECIPES)/patches/openssl/$(TARGET)/*.p` ; do patch -d $(BUILDDIR)/openssl/openssl-$(VERSION_OPENSSL) -p0 <$$p ; done
endif
cd $(BUILDDIR)/openssl/openssl-$(VERSION_OPENSSL) && $(env) ./Configure --prefix=$(GCCSDK_INSTALL_ENV) $(TARGET) no-shared no-asm no-threads
- cd $(BUILDDIR)/openssl/openssl-$(VERSION_OPENSSL) && $(env) make install
+ cd $(BUILDDIR)/openssl/openssl-$(VERSION_OPENSSL) && $(env) make install DIRS="crypto ssl engines apps"
touch $@
$(BUILDSTEPS)/openssl-src.d: $(BUILDSTEPS)/sourcedir.d $(SOURCEDIR)/openssl-$(VERSION_OPENSSL).tar.gz
Hello there,
I thought this patch is maybe worth to be added to sdk buildfiles. It
set's the specific Directories
to be recognized during OpenSSL Installation, and it omits the docs
directory. This results in a faster
install of OpenSSL (AFAIK the documentation takes a good chunk of time
compared to the whole build process).
Greets,
Ole
No comments:
Post a Comment