ref: 8add180028dbb7acb76228fc893e9238824a76ae
parent: 42c7c41a0e836e244d1b1fb14c395968da6c01f8
author: Jacob Moody <moody@posixcafe.org>
date: Tue Sep 14 03:01:59 EDT 2021
more obsd build fixes
--- a/.builds/obsd.yml
+++ b/.builds/obsd.yml
@@ -1,9 +1,13 @@
image: openbsd/6.9
sources:
- https://git.sr.ht/~moody/tlsclient
+packages:
+ - "openssl-1.1.1k"
artifacts:
- tlsclient/tlsclient-obsd.tar.gz
tasks:
- build: |
cd tlsclient
+ sed -i '/^OPENSSL/d' Make.config
+ sed -i 's/#OPENSSL/OPENSSL/g' Make.config
make -j $(sysctl -n hw.ncpu) obsddist
--- a/Make.config
+++ b/Make.config
@@ -7,6 +7,6 @@
# For OpenBSD switch these two following lines
OPENSSL=openssl
-#OPENSSL=eopnssl11
+#OPENSSL=eopenssl11
all: default