mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
extras: libtool depends on automake, which depends on autoconf
This solves long-standing conflicts with homebrew as well as the latest Xcode releases. Additionally, in most cases, all 3 items were built anyway. (cherry-picked from vlc commit 79df8a65f1a4a2a3444cdeecc3055681e6dd5a46) Change-Id: I0a84067a04ad8cee12c237219d88b338760eb970
This commit is contained in:

committed by
Tristan Matthews

parent
cdde5aa8c1
commit
21d079dda1
@ -84,7 +84,7 @@ libtool: libtool-$(LIBTOOL_VERSION).tar.gz
|
||||
$(UNPACK)
|
||||
$(MOVE)
|
||||
|
||||
.libtool: libtool
|
||||
.libtool: libtool .automake
|
||||
(cd $<; ./configure --prefix=$(PREFIX) && $(MAKE) && $(MAKE) install)
|
||||
ln -sf libtool $(PREFIX)/bin/glibtool
|
||||
ln -sf libtoolize $(PREFIX)/bin/glibtoolize
|
||||
|
Reference in New Issue
Block a user