From 105c647e3bcabed6107ae83a9917a6c60a25460e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 14 Oct 2008 18:44:31 +0200 Subject: [PATCH] xbps.sh: move fixup_tmpl_libtool to the configure phase. --HG-- extra : convert_revision : aafb25725f51716896e3d32799571dd64e42981a --- xbps.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xbps.sh b/xbps.sh index dcc292db740..0ea8588d3ed 100755 --- a/xbps.sh +++ b/xbps.sh @@ -676,6 +676,9 @@ configure_src_phase() set_build_vars + # Fixup libtool script if necessary + fixup_tmpl_libtool + # # Packages using GNU autoconf # @@ -771,9 +774,6 @@ build_src_phase() make_cmd="/usr/bin/make" fi - # Fixup libtool script if necessary - fixup_tmpl_libtool - # # Run template stuff before building. #