openssh: Compile with privsep-path set to /var/empty/

This commit is contained in:
Kristian Klausen 2016-05-02 16:11:33 +02:00
parent f6f03a67dd
commit 277501513a
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ configure()
--target="$cfg_target_canonical" \
--host="$cfg_target_canonical" \
--build="$cfg_host_canonical" \
--with-privsep-path=$cfg_dir_rootfs/var/empty \
--disable-strip
}