xbps-src/shutils/common.sh: actively unset disabled build options to override default values.
This commit is contained in:
parent
3357bcbc9a
commit
be94bdd70a
1 changed files with 2 additions and 0 deletions
|
@ -128,6 +128,8 @@ set_build_options() {
|
||||||
optval=${options[$f]}
|
optval=${options[$f]}
|
||||||
if [[ $optval -eq 1 ]]; then
|
if [[ $optval -eq 1 ]]; then
|
||||||
eval export build_option_${f}=1
|
eval export build_option_${f}=1
|
||||||
|
else
|
||||||
|
eval unset build_option_${f}
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue