From e804f60c5b38e5a19913cec34193cce8e0483815 Mon Sep 17 00:00:00 2001 From: Sören Tempel Date: Sat, 13 Feb 2021 18:13:18 +0100 Subject: testing/capnproto: remove unnecessary LDFLAGS change This is a left over, I wrote a patch for this instead. See ucontext.patch. --- testing/capnproto/APKBUILD | 3 --- 1 file changed, 3 deletions(-) (limited to 'testing/capnproto/APKBUILD') diff --git a/testing/capnproto/APKBUILD b/testing/capnproto/APKBUILD index e95ecccffda..8398f983d5f 100644 --- a/testing/capnproto/APKBUILD +++ b/testing/capnproto/APKBUILD @@ -18,9 +18,6 @@ case "$CARCH" in mips*|s390x|armhf|armv7) options="!check";; # FAIL: capnp-test esac -# Link against libucontext which provides swapcontext etc on Alpine. -export LDFLAGS="$LDFLAGS -lucontext" - build() { cmake -B build \ -DCMAKE_INSTALL_PREFIX=/usr \ -- cgit v1.2.3