mirror of the now-defunct rocklinux.org
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.

30 lines
1.4 KiB

  1. This fixes the error:
  2. make install
  3. ./mkinstalldirs /usr/lib \
  4. /usr/include /usr/share/man/man3 \
  5. /usr/share/info
  6. /bin/sh ./libtool /ROCK/build/crystal-distro-gcc40-TRUNK-x86-athlon-xp-32-crystal-expert/ROCK/tools.chroot/wrapper/install -c -c libgdbm.la /usr/lib/libgdbm.la
  7. libtool: compile: cannot determine name of library object from `libgdbm.la'
  8. diff -dur gdbm-1.8.3/Makefile.in gdbm-1.8.3-p/Makefile.in
  9. --- gdbm-1.8.3/Makefile.in 2002-10-08 18:09:12.000000000 +0200
  10. +++ gdbm-1.8.3-p/Makefile.in 2005-10-20 12:07:14.000000000 +0200
  11. @@ -130,7 +130,7 @@
  12. $(srcdir)/mkinstalldirs $(INSTALL_ROOT)$(libdir) \
  13. $(INSTALL_ROOT)$(includedir) $(INSTALL_ROOT)$(man3dir) \
  14. $(INSTALL_ROOT)$(infodir)
  15. - $(LIBTOOL) $(INSTALL) -c libgdbm.la $(INSTALL_ROOT)$(libdir)/libgdbm.la
  16. + $(LIBTOOL) --mode=install $(INSTALL) -c libgdbm.la $(INSTALL_ROOT)$(libdir)/libgdbm.la
  17. $(INSTALL_DATA) -o $(BINOWN) -g $(BINGRP) gdbm.h \
  18. $(INSTALL_ROOT)$(includedir)/gdbm.h
  19. $(INSTALL_DATA) -o $(BINOWN) -g $(BINGRP) $(srcdir)/gdbm.3 \
  20. @@ -141,7 +141,7 @@
  21. install-compat:
  22. $(srcdir)/mkinstalldirs $(INSTALL_ROOT)$(libdir) \
  23. $(INSTALL_ROOT)$(includedir)
  24. - $(LIBTOOL) $(INSTALL) -c libgdbm_compat.la \
  25. + $(LIBTOOL) --mode=install $(INSTALL) -c libgdbm_compat.la \
  26. $(INSTALL_ROOT)$(libdir)/libgdbm_compat.la
  27. $(INSTALL_DATA) -o $(BINOWN) -g $(BINGRP) $(srcdir)/dbm.h \
  28. $(INSTALL_ROOT)$(includedir)/dbm.h