libgtk3: remove non-existent configure options
[buildroot-gz.git] / package / openssl / 0001-Dont-waste-time-building-manpages-if-we-re-not-going.patch
blob10d2b7526cf1100d7b3b7b43d4644bbd546978f8
1 From 389efb564fa1453a9da835393eec9006bfae2a52 Mon Sep 17 00:00:00 2001
2 From: Mike Frysinger <vapier@gentoo.org>
3 Date: Sat, 16 May 2015 18:53:51 +0200
4 Subject: Dont waste time building manpages if we're not going to use em.
6 Signed-off-by: Ryan Barnett <ryanbarnett3@gmail.com>
7 [Gustavo: update for parallel-build]
8 ---
9 Makefile.org | 2 +-
10 1 file changed, 1 insertion(+), 1 deletion(-)
12 diff --git a/Makefile.org b/Makefile.org
13 index 60f07cc..976ceaf 100644
14 --- a/Makefile.org
15 +++ b/Makefile.org
16 @@ -527,7 +527,7 @@ dist:
17 dist_pem_h:
18 (cd crypto/pem; $(MAKE) -e $(BUILDENV) pem.h; $(MAKE) clean)
20 -install: install_docs install_sw
21 +install: install_sw
23 install_sw:
24 @$(PERL) $(TOP)/util/mkdir-p.pl $(INSTALL_PREFIX)$(INSTALLTOP)/bin \
25 --
26 1.9.1