Revert "xbps-src: fix build-options via cmdline."
Needed to load XBPS_PKG_OPTIONS_foo.
This reverts commit 47175dc8bb
.
This commit is contained in:
parent
dd68e51355
commit
52781a35fe
|
@ -326,6 +326,8 @@ setup_pkg() {
|
|||
|
||||
unset_package_funcs
|
||||
|
||||
. $XBPS_CONFIG_FILE 2>/dev/null
|
||||
|
||||
if [ -n "$cross" ]; then
|
||||
source_file $XBPS_CROSSPFDIR/${cross}.sh
|
||||
|
||||
|
|
Loading…
Reference in New Issue