hooks/pre-configure: one hook to override config.{sub.guess} for musl is enough.
This commit is contained in:
parent
17236dc2f5
commit
0ca0c67819
2 changed files with 0 additions and 13 deletions
|
@ -1,13 +0,0 @@
|
||||||
# This hook overrides config.sub for musl builds.
|
|
||||||
|
|
||||||
hook() {
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
|
||||||
*-musl);;
|
|
||||||
*) return 0;;
|
|
||||||
esac
|
|
||||||
if [ -z "$build_style" -o "$build_style" = "gnu-configure" ]; then
|
|
||||||
for f in $(find ${wrksrc} -type f -name "*config*.sub"); do
|
|
||||||
cp -f ${XBPS_CROSSPFDIR}/config.sub ${f}
|
|
||||||
done
|
|
||||||
fi
|
|
||||||
}
|
|
Loading…
Add table
Add a link
Reference in a new issue