From 1e66c63a6a8d72307ea1a1163e00c9eeb65705ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Tue, 30 Mar 2021 22:03:49 +0200 Subject: [PATCH] openssh: adjust PATH for usrmerge --- srcpkgs/openssh/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/openssh/template b/srcpkgs/openssh/template index c74b56e08ac..5beea526042 100644 --- a/srcpkgs/openssh/template +++ b/srcpkgs/openssh/template @@ -1,13 +1,14 @@ # Template file for 'openssh' pkgname=openssh version=9.3p1 -revision=2 +revision=3 build_style=gnu-configure configure_args="--datadir=/usr/share/openssh --sysconfdir=/etc/ssh --without-selinux --with-privsep-user=nobody --with-mantype=doc --without-rpath --with-xauth=/usr/bin/xauth --disable-strip --with-privsep-path=/var/chroot/ssh - --with-default-path=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin + --with-default-path=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin + --with-superuser-path=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/sbin:/sbin:/bin --with-pid-dir=/run --with-pam --with-libedit --with-Werror $(vopt_if ldns --with-ldns=$XBPS_CROSS_BASE/usr)