openssh: strip binaries

This commit is contained in:
Stefan Saraev 2016-01-31 00:22:18 +01:00 committed by Lukas Rusak
parent 4e2cfc873f
commit 6f3549dae1

View File

@ -66,6 +66,8 @@ post_makeinstall_target() {
sed -i $INSTALL/etc/ssh/sshd_config -e "s|^#PermitRootLogin.*|PermitRootLogin yes|g"
echo "PubkeyAcceptedKeyTypes +ssh-dss" >> $INSTALL/etc/ssh/sshd_config
debug_strip $INSTALL/usr
}
post_install() {