38073a05a4
Useful for compiling x86_64 packages on aarch64 [ci:skip-vercheck] [ci:skip-build]: already built successfully in CI
27 lines
834 B
Diff
27 lines
834 B
Diff
From 05f0043755f341a2ff4f845379327076b3e0203d Mon Sep 17 00:00:00 2001
|
|
From: Mathias LANG <pro.mathias.lang@gmail.com>
|
|
Date: Mon, 17 Jan 2022 03:49:21 +0000
|
|
Subject: [PATCH 30/35] gdc: unconditionally link libgphobos against
|
|
libucontext
|
|
|
|
ref: alpine/aports#13422
|
|
---
|
|
Makefile.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/Makefile.in b/Makefile.in
|
|
index 394b105b271..bc4a77fc300 100644
|
|
--- a/Makefile.in
|
|
+++ b/Makefile.in
|
|
@@ -52809,7 +52809,7 @@ configure-target-libphobos:
|
|
esac; \
|
|
module_srcdir=libphobos; \
|
|
rm -f no-such-file || : ; \
|
|
- CONFIG_SITE=no-such-file $(SHELL) \
|
|
+ CONFIG_SITE=no-such-file LIBS="-lucontext $$LIBS" $(SHELL) \
|
|
$$s/$$module_srcdir/configure \
|
|
--srcdir=$${topdir}/$$module_srcdir \
|
|
$(TARGET_CONFIGARGS) --build=${build_alias} --host=${target_alias} \
|
|
--
|
|
2.41.0
|
|
|