openssl: don't install manpages

This gets rid of ca. 1200 manpages in ssl/man/man[13].
This commit is contained in:
Uwe Hermann 2014-08-18 14:05:39 +02:00
parent f3254ddadb
commit f4fea75bfc
1 changed files with 1 additions and 1 deletions

View File

@ -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' \