ports/openssh: Configure with --disable-fd-passing

I though this wasn't needed because of my patch, but I didn't actually
test the code
This commit is contained in:
Bananymous 2025-08-16 22:55:06 +03:00
parent 974aae2ebe
commit df8365f0c7
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ MAKE_INSTALL_TARGETS=('install-nokeys')
CONFIGURE_OPTIONS=(
'--sysconfdir=/etc'
'--sbindir=/usr/bin'
'--disable-fd-passing'
'CFLAGS=-Wno-deprecated-declarations'
)