From 83a71ae0938f708c0160e38accf1140847170021 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Tue, 26 Apr 2016 10:16:27 +0200 Subject: [PATCH] openssh: drop --with-pie; let xbps-src decide if we want PIE. --- srcpkgs/openssh/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/openssh/template b/srcpkgs/openssh/template index 131c6b34428..5646cf503b8 100644 --- a/srcpkgs/openssh/template +++ b/srcpkgs/openssh/template @@ -7,7 +7,7 @@ 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-pid-dir=/run --with-pam --with-pie --without-kerberos5 + --with-pid-dir=/run --with-pam --without-kerberos5 $(vopt_with ldns) $(vopt_if ssl --with-ssl-engine --without-openssl) --without-ssh1 --with-libedit LD=$CC" hostmakedepends="perl"