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