Ignore fixup_tmpl_libtool if $pkgname = libtool.
--HG-- extra : convert_revision : 2c3cea2b0eda84ad4e7c79eb78af8acb7a41ad89
This commit is contained in:
parent
d45bdcbbfa
commit
7c5b471ca0
1 changed files with 3 additions and 0 deletions
3
xbps.sh
3
xbps.sh
|
@ -552,6 +552,9 @@ fetch_distfiles()
|
|||
|
||||
fixup_tmpl_libtool()
|
||||
{
|
||||
# Ignore libtool itself
|
||||
[ "$pkgname" = "libtool" ] && return 0
|
||||
|
||||
#
|
||||
# If package has a libtool file replace it with ours, so that
|
||||
# we use the master directory while relinking, all will be fine
|
||||
|
|
Loading…
Reference in a new issue