Patch 1673122: be explicit about which libtool to use, to avoid name clashes
when a users install GNU libtool early in his PATH
This commit is contained in:
parent
9b0bcc1f4b
commit
9cca918db8
|
@ -392,7 +392,7 @@ $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK): \
|
||||||
-compatibility_version $(VERSION) \
|
-compatibility_version $(VERSION) \
|
||||||
-current_version $(VERSION); \
|
-current_version $(VERSION); \
|
||||||
else \
|
else \
|
||||||
libtool -o $(LDLIBRARY) -dynamic $(OTHER_LIBTOOL_OPT) $(LIBRARY) \
|
/usr/bin/libtool -o $(LDLIBRARY) -dynamic $(OTHER_LIBTOOL_OPT) $(LIBRARY) \
|
||||||
@LIBTOOL_CRUFT@ ;\
|
@LIBTOOL_CRUFT@ ;\
|
||||||
fi
|
fi
|
||||||
$(INSTALL) -d -m $(DIRMODE) \
|
$(INSTALL) -d -m $(DIRMODE) \
|
||||||
|
|
Loading…
Reference in New Issue