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
@ -138,6 +138,7 @@ set_build_options() {
|
|||||||
XBPS_BUILD_OPTIONS_PARSED=1
|
XBPS_BUILD_OPTIONS_PARSED=1
|
||||||
unset PKG_BUILD_OPTIONS
|
unset PKG_BUILD_OPTIONS
|
||||||
set_build_options
|
set_build_options
|
||||||
|
unset XBPS_BUILD_OPTIONS_PARSED
|
||||||
return 0
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user