sudo-1.9.8

This commit is contained in:
Rmys
2021-09-14 15:04:47 +03:00
committed by GitHub
parent da11be3706
commit ac7130ae93
2 changed files with 10 additions and 4 deletions
+2 -3
View File
@@ -14,7 +14,7 @@ def setup():
#autotools.autoreconf("-fi")
autotools.configure("--libexecdir=/usr/libexec/sudo \
autotools.configure("--libexecdir=/usr/libexec \
--with-rundir=/run/sudo \
--with-noexec=/usr/libexec/sudo/sudo_noexec.so \
--with-logging=syslog \
@@ -29,8 +29,7 @@ def setup():
--with-ldap \
--enable-shell-sets-home \
--without-selinux \
--with-sendmail=/usr/sbin/sendmail \
--without-rpath")
--with-sendmail=/usr/sbin/sendmail")
# fix unused direct dependency analysis
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")