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:
Juan RP 2014-07-24 18:40:52 +02:00
parent 79ae4ff3ff
commit 8cefd7e1cc

View file

@ -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