aboutsummaryrefslogtreecommitdiff
path: root/repos/extra/openssh/abuild
diff options
context:
space:
mode:
authoremmett1 <emmett1.2miligrams@protonmail.com>2025-01-29 01:08:35 +0800
committeremmett1 <emmett1.2miligrams@protonmail.com>2025-01-29 01:08:35 +0800
commit280e0a4c3824e219cbed9bfa93a9f5c832b76d4a (patch)
treed04edee9fd6e6747188f55a694381e1fb48282af /repos/extra/openssh/abuild
parentbf6ca59aae7d92c9c7a6ebdc34a74c40f6b574f2 (diff)
downloadalicelinux-280e0a4c3824e219cbed9bfa93a9f5c832b76d4a.tar.gz
alicelinux-280e0a4c3824e219cbed9bfa93a9f5c832b76d4a.zip
openssh: moved from xorg to extra
Diffstat (limited to 'repos/extra/openssh/abuild')
-rw-r--r--repos/extra/openssh/abuild8
1 files changed, 8 insertions, 0 deletions
diff --git a/repos/extra/openssh/abuild b/repos/extra/openssh/abuild
new file mode 100644
index 00000000..46314c92
--- /dev/null
+++ b/repos/extra/openssh/abuild
@@ -0,0 +1,8 @@
+name=openssh
+version=9.9p1
+release=1
+source="https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/$name-$version.tar.gz
+ sshd.run"
+sv="sshd.run"
+build_opt="--without-zlib-version-check --with-privsep-user=nobody --with-privsep-path=/var/empty"
+export CFLAGS="$CFLAGS -Wno-error=incompatible-pointer-types"