libtool.patch 358 B

123456789101112
  1. --- GNUmakefile.orig 2010-12-27 15:37:19.715000013 +0200
  2. +++ GNUmakefile 2010-12-27 15:37:35.036000014 +0200
  3. @@ -176,7 +176,7 @@
  4. (cd swig; $(MAKE) install)
  5. endif
  6. for f in LICENSE.TXT data/*.* ; do $(INSTALL_DATA) $$f $(DESTDIR)$(INST_DATA) ; done
  7. - $(LIBTOOL_FINISH) $(INST_LIB)
  8. + $(LIBTOOL_FINISH) $(DESTDIR)$(INST_LIB)
  9. ifeq ($(HAVE_LIBTOOL),yes)