xbps.sh: move fixup_tmpl_libtool to the configure phase.
--HG-- extra : convert_revision : aafb25725f51716896e3d32799571dd64e42981a
This commit is contained in:
parent
b029cb3d90
commit
105c647e3b
6
xbps.sh
6
xbps.sh
|
@ -676,6 +676,9 @@ configure_src_phase()
|
||||||
|
|
||||||
set_build_vars
|
set_build_vars
|
||||||
|
|
||||||
|
# Fixup libtool script if necessary
|
||||||
|
fixup_tmpl_libtool
|
||||||
|
|
||||||
#
|
#
|
||||||
# Packages using GNU autoconf
|
# Packages using GNU autoconf
|
||||||
#
|
#
|
||||||
|
@ -771,9 +774,6 @@ build_src_phase()
|
||||||
make_cmd="/usr/bin/make"
|
make_cmd="/usr/bin/make"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Fixup libtool script if necessary
|
|
||||||
fixup_tmpl_libtool
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# Run template stuff before building.
|
# Run template stuff before building.
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue