mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
configure_funcs: unset build vars before return.
This commit is contained in:
parent
f964d9b8fb
commit
d3047787ba
1 changed files with 1 additions and 0 deletions
|
@ -130,6 +130,7 @@ configure_src_phase()
|
||||||
for f in ${configure_env}; do
|
for f in ${configure_env}; do
|
||||||
unset eval ${f%=*}
|
unset eval ${f%=*}
|
||||||
done
|
done
|
||||||
|
unset_build_vars
|
||||||
|
|
||||||
touch -f $XBPS_CONFIGURE_DONE
|
touch -f $XBPS_CONFIGURE_DONE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue