The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / openssl / 001-do-not-build-docs.patch
1 Dont waste time building manpages if we're not going to use em.
2
3 --- openssl/Makefile.org
4 +++ openssl/Makefile.org
5 @@ -792,7 +792,7 @@
6  dist_pem_h:
7         (cd crypto/pem; $(MAKE) CC='${CC}' SDIRS='${SDIRS}' CFLAG='${CFLAG}' pem.h; $(MAKE) clean)
8  
9 -install: all install_docs install_sw
10 +install: all install_sw
11  
12  install_sw:
13         @$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \