~mpu/qbe

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH] OpenBSD: Link pthread lib when compiling tests

Details
Message ID
<20221022180213.34121-1-jason@lenzplace.org>
DKIM signature
missing
Download raw message
Patch: +1 -1
---
 tools/test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/test.sh b/tools/test.sh
index 9c0f9ee..04ad086 100755
--- a/tools/test.sh
+++ b/tools/test.sh
@@ -73,7 +73,7 @@ init() {
			cc="cc"
			;;
		*OpenBSD*)
			cc="cc -nopie"
			cc="cc -nopie -lpthread"
			;;
		*FreeBSD*)
			cc="cc"
-- 
2.37.3
Details
Message ID
<2eff6e9c-72ab-4c65-b3ef-bf147e8133e9@app.fastmail.com>
In-Reply-To
<20221022180213.34121-1-jason@lenzplace.org> (view parent)
DKIM signature
pass
Download raw message
Thanks, I've pushed a patch that addresses
the problem.
Reply to thread Export thread (mbox)