From: Ronald Oussoren Date: Mon, 9 Jul 2007 08:41:15 +0000 (+0000) Subject: Patch 1673122: be explicit about which libtool to use, to avoid name clashes X-Git-Tag: v2.6a1~1585 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9cca918db8077edb82b6ae0f4d9b7b3f2cb16244;p=python Patch 1673122: be explicit about which libtool to use, to avoid name clashes when a users install GNU libtool early in his PATH --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 1452398849..e2082d96f4 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -392,7 +392,7 @@ $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK): \ -compatibility_version $(VERSION) \ -current_version $(VERSION); \ else \ - libtool -o $(LDLIBRARY) -dynamic $(OTHER_LIBTOOL_OPT) $(LIBRARY) \ + /usr/bin/libtool -o $(LDLIBRARY) -dynamic $(OTHER_LIBTOOL_OPT) $(LIBRARY) \ @LIBTOOL_CRUFT@ ;\ fi $(INSTALL) -d -m $(DIRMODE) \