commit ba78ee0

chld  ·  2026-08-29 00:51:59 +0000 UTC
parent b374e8f
openssh: build flags
1 files changed,  +4, -0
+4, -0
1@@ -4,4 +4,8 @@ VERSION=9.9p2
2 RELEASE=1
3 SOURCE="https://cdn.openbsd.org/pub/OpenBSD/OpenSSH/portable/${NAME}-${VERSION}.tar.gz"
4 
5+prebuild(){
6+    export LDFLAGS='-L . -static' CPPFLAGS='-L .' CFLAGS='-L . -static'
7+}
8+
9 . ${0%/*}/../../libsh/libdmake.sh