From 8cefd7e1ccfa78996a19f30f3f0361d76874b68e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 24 Jul 2014 18:40:52 +0200 Subject: [PATCH] xbps-src: make sure to re-read template for build options. The issue was that when building dependencies of target pkg, the template wasn't re-read with defined build options and those were completely ignored. --- common/xbps-src/shutils/common.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/common/xbps-src/shutils/common.sh b/common/xbps-src/shutils/common.sh index 25b59e19ad5..98db18a4353 100644 --- a/common/xbps-src/shutils/common.sh +++ b/common/xbps-src/shutils/common.sh @@ -138,6 +138,7 @@ set_build_options() { XBPS_BUILD_OPTIONS_PARSED=1 unset PKG_BUILD_OPTIONS set_build_options + unset XBPS_BUILD_OPTIONS_PARSED return 0 fi