mirror of
https://git.busybox.net/buildroot.git
synced 2024-12-16 00:33:31 +08:00
forgot to commit this
This commit is contained in:
parent
0947055765
commit
2b374759b4
13
package/openssl/openssl-nodocs.patch
Normal file
13
package/openssl/openssl-nodocs.patch
Normal file
@ -0,0 +1,13 @@
|
||||
Dont waste time building manpages if we're not going to use em.
|
||||
|
||||
--- openssl/Makefile.org
|
||||
+++ openssl/Makefile.org
|
||||
@@ -792,7 +792,7 @@
|
||||
dist_pem_h:
|
||||
(cd crypto/pem; $(MAKE) CC='${CC}' SDIRS='${SDIRS}' CFLAG='${CFLAG}' pem.h; $(MAKE) clean)
|
||||
|
||||
-install: all install_docs install_sw
|
||||
+install: all install_sw
|
||||
|
||||
install_sw:
|
||||
@$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \
|
Loading…
Reference in New Issue
Block a user