OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
1.7 KiB

  1. # --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # Filename: package/.../gdbm/gdbm-1.8.3-libtool-mode-install.patch
  5. # Copyright (C) 2010 The OpenSDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  9. # This patch file is dual-licensed. It is available under the license the
  10. # patched project is licensed under, as long as it is an OpenSource license
  11. # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
  12. # of the GNU General Public License as published by the Free Software
  13. # Foundation; either version 2 of the License, or (at your option) any later
  14. # version.
  15. # --- SDE-COPYRIGHT-NOTE-END ---
  16. Description: Fix install targets by explicitely using $(LIBTOOL) --mode=install
  17. --- gdbm-1.8.3/Makefile.in.orig 2010-10-05 15:22:03.808001191 +0200
  18. +++ gdbm-1.8.3/Makefile.in 2010-10-05 16:25:31.876001308 +0200
  19. @@ -130,7 +130,7 @@
  20. $(srcdir)/mkinstalldirs $(INSTALL_ROOT)$(libdir) \
  21. $(INSTALL_ROOT)$(includedir) $(INSTALL_ROOT)$(man3dir) \
  22. $(INSTALL_ROOT)$(infodir)
  23. - $(LIBTOOL) $(INSTALL) -c libgdbm.la $(INSTALL_ROOT)$(libdir)/libgdbm.la
  24. + $(LIBTOOL) --mode=install $(INSTALL) -c libgdbm.la $(INSTALL_ROOT)$(libdir)/libgdbm.la
  25. $(INSTALL_DATA) -o $(BINOWN) -g $(BINGRP) gdbm.h \
  26. $(INSTALL_ROOT)$(includedir)/gdbm.h
  27. $(INSTALL_DATA) -o $(BINOWN) -g $(BINGRP) $(srcdir)/gdbm.3 \
  28. @@ -141,7 +141,7 @@
  29. install-compat:
  30. $(srcdir)/mkinstalldirs $(INSTALL_ROOT)$(libdir) \
  31. $(INSTALL_ROOT)$(includedir)
  32. - $(LIBTOOL) $(INSTALL) -c libgdbm_compat.la \
  33. + $(LIBTOOL) --mode=install $(INSTALL) -c libgdbm_compat.la \
  34. $(INSTALL_ROOT)$(libdir)/libgdbm_compat.la
  35. $(INSTALL_DATA) -o $(BINOWN) -g $(BINGRP) $(srcdir)/dbm.h \
  36. $(INSTALL_ROOT)$(includedir)/dbm.h