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:
parent
974aae2ebe
commit
df8365f0c7
|
@ -9,6 +9,7 @@ MAKE_INSTALL_TARGETS=('install-nokeys')
|
|||
CONFIGURE_OPTIONS=(
|
||||
'--sysconfdir=/etc'
|
||||
'--sbindir=/usr/bin'
|
||||
'--disable-fd-passing'
|
||||
'CFLAGS=-Wno-deprecated-declarations'
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in New Issue