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…
Reference in a new issue