From 600d33006ba4c0e627c7ff682b1dfe034c384371 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Fri, 28 Aug 2020 19:19:14 +0200 Subject: [PATCH] xbps-src: separate options of target package and its dependencies --- common/xbps-src/shutils/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/xbps-src/shutils/common.sh b/common/xbps-src/shutils/common.sh index 07211dfb79..db97a21235 100644 --- a/common/xbps-src/shutils/common.sh +++ b/common/xbps-src/shutils/common.sh @@ -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