From 41f5a53581ca67c7b3a899631efca782db6f88ac Mon Sep 17 00:00:00 2001 From: Woodpecker CI Date: Thu, 18 Dec 2025 17:20:15 +0000 Subject: Woodpecker CI 5e91057ae85422812a166a117d4d15af96a77397 [SKIP CI] --- libressl/abuild | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'libressl/abuild') diff --git a/libressl/abuild b/libressl/abuild index 531856e2..db486ad0 100644 --- a/libressl/abuild +++ b/libressl/abuild @@ -1,8 +1,19 @@ name=libressl version=4.2.1 -release=1 +release=2 source="https://ftp.openbsd.org/pub/OpenBSD/LibreSSL/${name}-${version}.tar.gz" +keep_static=1 -postbuild() { +build() { + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --enable-static \ + --enable-shared + make + make DESTDIR=$PKG install + make clean + make LDFLAGS="-all-static" + make DESTDIR=$PKG install rm $PKG/etc/ssl/cert.pem } -- cgit v1.2.3