libtool: override shlib naming on NetBSD, as done in pkgsrc.

While here there's no need to override ltmain.sh, remove this block
from the xbps.sh script.

--HG--
extra : convert_revision : 76951b6f01e95e717a6f2cd8b36c1e3cfc9882fc
This commit is contained in:
Juan RP
2008-10-16 05:22:04 +02:00
parent bdb08ba5dd
commit 23a1318acd
3 changed files with 35 additions and 62 deletions

View File

@@ -566,12 +566,6 @@ fixup_tmpl_libtool()
$ln_cmd -s $XBPS_MASTERDIR/bin/libtool $f
fi
done
if [ -f $wrksrc/ltmain.sh ]; then
$rm_cmd -f $wrksrc/ltmain.sh
$ln_cmd -s $XBPS_MASTERDIR/share/libtool/config/ltmain.sh \
$wrksrc/ltmain.sh
fi
}
set_build_vars()