Revert "common/gnu-configure-args: set exec_prefix to ${prefix}"

This reverts commit c96738a6e9.

This breaks grub-install currently; a temporary rollback until it is
properly fixed.
This commit is contained in:
fosslinux 2021-03-05 17:44:23 +11:00 committed by Érico Nogueira Rolim
parent 3503735073
commit 9bdf2f6e4d

View file

@ -18,7 +18,6 @@ export configure_args+=" --host=$XBPS_TRIPLET --build=$XBPS_TRIPLET"
# This is to make sure 32-bit and 64-bit libs can coexist when looking
# up things (the opposite-libdir is always symlinked as libNN)
export configure_args+=" --libdir=\${exec_prefix}/lib${XBPS_TARGET_WORDSIZE}"
export configure_args+=" --exec-prefix=\${prefix}"
_AUTOCONFCACHEDIR=${XBPS_COMMONDIR}/environment/configure/autoconf_cache