commit 6c879fa
chld
·
2026-09-05 13:20:00 +0000 UTC
parent 3b008c8
openssl: abide to its weird build style
2 files changed,
+7,
-0
+1,
-0
1@@ -0,0 +1 @@
2+.perl
+6,
-0
1@@ -3,4 +3,10 @@ NAME=openssl
2 VERSION=3.0.22
3 RELEASE=1
4 SOURCE="https://github.com/${NAME}/${NAME}/releases/download/${NAME}-${VERSION}/${NAME}-${VERSION}.tar.gz"
5+
6+build(){
7+ ./config no-shared -static --prefix=/ --openssldir=/share/openssl/
8+ gmake CFLAGS=-static LDFLAGS=-static DESTDIR="$PKG"
9+ gmake CFLAGS=-static LDFLAGS=-static DESTDIR="$PKG" install
10+}
11 . ${0%/*}/../../libsh/libdmake.sh