ports/openssh: Add missing patches
I just noticed I had some uncommited patches that are required for the compilation. Also remove the ifaddrs.h fixup as we now support those!
This commit is contained in:
@@ -9,13 +9,10 @@ MAKE_INSTALL_TARGETS=('install-nokeys')
|
||||
CONFIGURE_OPTIONS=(
|
||||
'--sysconfdir=/etc'
|
||||
'--sbindir=/usr/bin'
|
||||
'--disable-utmpx'
|
||||
'CFLAGS=-Wno-deprecated-declarations'
|
||||
)
|
||||
|
||||
post_configure() {
|
||||
sed -i 's|#define HAVE_IFADDRS_H 1|/* #undef HAVE_IFADDRS_H */|' config.h || exit 1
|
||||
}
|
||||
|
||||
post_install() {
|
||||
passwd="$BANAN_SYSROOT/etc/passwd"
|
||||
test "$(tail -c 1 "$passwd")" && echo >> $passwd
|
||||
|
||||
Reference in New Issue
Block a user