From: Mirko Vogt Date: Fri, 3 Dec 2010 11:56:53 +0000 (+0000) Subject: make gdbm using libtool2 the way it requires X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=1dbc0d4fefbd77b3c306d683bdee88cf4a29d65b;p=openwrt%2Fsvn-archive%2Farchive.git make gdbm using libtool2 the way it requires SVN-Revision: 24225 --- diff --git a/libs/gdbm/patches/100-fix-build-with-libtool2.patch b/libs/gdbm/patches/100-fix-build-with-libtool2.patch new file mode 100644 index 0000000000..b83cfd6d4d --- /dev/null +++ b/libs/gdbm/patches/100-fix-build-with-libtool2.patch @@ -0,0 +1,21 @@ +diff -urN gdbm-1.8.3.ori/Makefile.in gdbm-1.8.3.new/Makefile.in +--- gdbm-1.8.3.ori/Makefile.in 2002-10-08 18:09:12.000000000 +0200 ++++ gdbm-1.8.3.new/Makefile.in 2009-04-29 10:14:48.000000000 +0200 +@@ -130,7 +130,7 @@ + $(srcdir)/mkinstalldirs $(INSTALL_ROOT)$(libdir) \ + $(INSTALL_ROOT)$(includedir) $(INSTALL_ROOT)$(man3dir) \ + $(INSTALL_ROOT)$(infodir) +- $(LIBTOOL) $(INSTALL) -c libgdbm.la $(INSTALL_ROOT)$(libdir)/libgdbm.la ++ $(LIBTOOL) --mode=install $(INSTALL) -c libgdbm.la $(INSTALL_ROOT)$(libdir)/libgdbm.la + $(INSTALL_DATA) -o $(BINOWN) -g $(BINGRP) gdbm.h \ + $(INSTALL_ROOT)$(includedir)/gdbm.h + $(INSTALL_DATA) -o $(BINOWN) -g $(BINGRP) $(srcdir)/gdbm.3 \ +@@ -141,7 +141,7 @@ + install-compat: + $(srcdir)/mkinstalldirs $(INSTALL_ROOT)$(libdir) \ + $(INSTALL_ROOT)$(includedir) +- $(LIBTOOL) $(INSTALL) -c libgdbm_compat.la \ ++ $(LIBTOOL) --mode=install $(INSTALL) -c libgdbm_compat.la \ + $(INSTALL_ROOT)$(libdir)/libgdbm_compat.la + $(INSTALL_DATA) -o $(BINOWN) -g $(BINGRP) $(srcdir)/dbm.h \ + $(INSTALL_ROOT)$(includedir)/dbm.h