void-packages/srcpkgs/afterstep/patches/51-configure-pass-cross-alias-down.patch
Đoàn Trần Công Danh e6fd8ae225 afterstep: cross-compile
While we're at it, move "*-config" and "*-libs" to "-devel" package.
2020-07-30 12:59:17 +07:00

13 lines
330 B
Diff

diff --git configure configure
index bc9a30e..95e7b3a 100755
--- configure
+++ configure
@@ -6254,6 +6254,8 @@ FROM_AFTERSTEP_CONFIGURE=yes
export FROM_AFTERSTEP_CONFIGURE
_def_lib_conf_opts=" \
+ --build=${build_alias} \
+ --host=${host_alias} \
--prefix=${prefix} \
--exec-prefix=${exec_prefix} \
--bindir=${bindir} \