diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/zlib/zlib-1.2.11/remove.ldconfig.call.patch | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/meta/recipes-core/zlib/zlib-1.2.11/remove.ldconfig.call.patch b/meta/recipes-core/zlib/zlib-1.2.11/remove.ldconfig.call.patch index 403b4825c9..7ccbe1f44c 100644 --- a/meta/recipes-core/zlib/zlib-1.2.11/remove.ldconfig.call.patch +++ b/meta/recipes-core/zlib/zlib-1.2.11/remove.ldconfig.call.patch | |||
@@ -7,14 +7,15 @@ So remove ldconfig call from make install-libs | |||
7 | 7 | ||
8 | Upstream-Status: Inappropriate [disable feature] | 8 | Upstream-Status: Inappropriate [disable feature] |
9 | 9 | ||
10 | diff -uNr zlib-1.2.6.orig/Makefile.in zlib-1.2.6/Makefile.in | 10 | Index: zlib-1.2.11/Makefile.in |
11 | --- zlib-1.2.6.orig/Makefile.in 2012-01-28 23:48:50.000000000 +0100 | 11 | =================================================================== |
12 | +++ zlib-1.2.6/Makefile.in 2012-02-13 15:38:20.577700723 +0100 | 12 | --- zlib-1.2.11.orig/Makefile.in |
13 | @@ -199,7 +199,6 @@ | 13 | +++ zlib-1.2.11/Makefile.in |
14 | @@ -322,7 +322,6 @@ install-libs: $(LIBS) | ||
14 | rm -f $(DESTDIR)$(sharedlibdir)/$(SHAREDLIB) $(DESTDIR)$(sharedlibdir)/$(SHAREDLIBM); \ | 15 | rm -f $(DESTDIR)$(sharedlibdir)/$(SHAREDLIB) $(DESTDIR)$(sharedlibdir)/$(SHAREDLIBM); \ |
15 | ln -s $(SHAREDLIBV) $(DESTDIR)$(sharedlibdir)/$(SHAREDLIB); \ | 16 | ln -s $(SHAREDLIBV) $(DESTDIR)$(sharedlibdir)/$(SHAREDLIB); \ |
16 | ln -s $(SHAREDLIBV) $(DESTDIR)$(sharedlibdir)/$(SHAREDLIBM); \ | 17 | ln -s $(SHAREDLIBV) $(DESTDIR)$(sharedlibdir)/$(SHAREDLIBM); \ |
17 | - ($(LDCONFIG) || true) >/dev/null 2>&1; \ | 18 | - ($(LDCONFIG) || true) >/dev/null 2>&1; \ |
18 | fi | 19 | fi |
19 | cp zlib.3 $(DESTDIR)$(man3dir) | 20 | rm -f $(DESTDIR)$(man3dir)/zlib.3 |
20 | chmod 644 $(DESTDIR)$(man3dir)/zlib.3 | 21 | cp $(SRCDIR)zlib.3 $(DESTDIR)$(man3dir) |