From 9cca918db8077edb82b6ae0f4d9b7b3f2cb16244 Mon Sep 17 00:00:00 2001 From: Ronald Oussoren Date: Mon, 9 Jul 2007 08:41:15 +0000 Subject: [PATCH] Patch 1673122: be explicit about which libtool to use, to avoid name clashes when a users install GNU libtool early in his PATH --- Makefile.pre.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.pre.in b/Makefile.pre.in index 14523988496..e2082d96f41 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) \