xbps-src: separate options of target package and its dependencies
This commit is contained in:
@@ -192,7 +192,7 @@ set_build_options() {
|
||||
done
|
||||
|
||||
# Prepare final options.
|
||||
for f in ${!options[@]}; do
|
||||
for f in ${build_options}; do
|
||||
if [[ ${options[$f]} -eq 1 ]]; then
|
||||
eval export build_option_${f}=1
|
||||
else
|
||||
|
Reference in New Issue
Block a user