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.
This commit is contained in:
parent
79ae4ff3ff
commit
8cefd7e1cc
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue