~lenzj

Minnesota, US

https://blog.lenzplace.org/

  • Advocate for open source, internet privacy, and software minimalism.
  • Programming, electronics, and outdoors enthusiast.
  • Product development engineer at a medical device company.

~lenzj/public-inbox

Last active 1 year, 5 months ago
View more

Recent activity

[PATCH] OpenBSD: Link pthread lib when compiling tests 7 months ago

From Jason Lenz to ~mpu/qbe

---
 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"
[message trimmed]