]> git.pld-linux.org Git - packages/sudo.git/commitdiff
- Unadapterized per comments from glen. auto/th/sudo-1_7_4p6-1
authorCaleb Maclennan <caleb@alerque.com>
Mon, 24 Jan 2011 15:35:12 +0000 (15:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sudo.spec -> 1.177

sudo.spec

index 45266c32d21b192012946d4fcb218880976d3548..61e547aecfd6f5163b944a859e1de3e8e2c5de6d 100644 (file)
--- a/sudo.spec
+++ b/sudo.spec
@@ -156,7 +156,7 @@ cp -f /usr/share/automake/config.sub .
 %{__autoconf}
 %configure \
        NROFFPROG=nroff \
-       --with-incpath=%{_includedir}/security \
+       --with-incpath=/usr/include/security \
        --with-timedir=/var/run/sudo \
        --with-pam \
        --with-pam-login \
@@ -165,7 +165,7 @@ cp -f /usr/share/automake/config.sub .
        --with-logpath=/var/log/sudo \
        --with-ignore-dot \
        --with-env-editor \
-       --with-secure-path="/bin:/sbin:%{_bindir}:%{_sbindir}" \
+       --with-secure-path="/bin:/sbin:/usr/bin:/usr/sbin" \
        --with-loglen=320 \
        --with%{!?with_kerberos5:out}-kerb5 \
        --with%{!?with_ldap:out}-ldap \
This page took 0.043465 seconds and 4 git commands to generate.