summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2014-08-18 12:05:39 (GMT)
committerUwe Hermann <uwe@hermann-uwe.de>2014-08-18 16:54:46 (GMT)
commitf4fea75bfcb3cfa1dda37d619da0265c0d0d7556 (patch)
tree24aca91c0d292f9fa8e5b03f1b6842efa85c73dc
parentf3254ddadb1595c3836b817465a8dd34a543c77f (diff)
downloadmxe-f4fea75bfcb3cfa1dda37d619da0265c0d0d7556.zip
mxe-f4fea75bfcb3cfa1dda37d619da0265c0d0d7556.tar.gz
mxe-f4fea75bfcb3cfa1dda37d619da0265c0d0d7556.tar.bz2
openssl: don't install manpages
This gets rid of ca. 1200 manpages in ssl/man/man[13].
-rw-r--r--src/openssl.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/openssl.mk b/src/openssl.mk
index 9c974dd..de64d47 100644
--- a/src/openssl.mk
+++ b/src/openssl.mk
@@ -25,7 +25,7 @@ define $(PKG)_BUILD
$(if $(BUILD_STATIC),no-,)shared \
no-capieng \
--prefix='$(PREFIX)/$(TARGET)'
- $(MAKE) -C '$(1)' install -j 1 \
+ $(MAKE) -C '$(1)' all install_sw -j 1 \
CC='$(TARGET)-gcc' \
RANLIB='$(TARGET)-ranlib' \
AR='$(TARGET)-ar rcu' \