diff options
author | kim <kim@pkgsrc.org> | 2005-01-30 21:36:53 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2005-01-30 21:36:53 +0000 |
commit | 0dfef04fbdcfe1da7a0221d5f1feee164cec9a78 (patch) | |
tree | fbd8590471d2de23bf487c0657f437a81054053e /security/sudo | |
parent | 0cb2b5ac1019fc935a425fec55255ec718571b2c (diff) | |
download | pkgsrc-0dfef04fbdcfe1da7a0221d5f1feee164cec9a78.tar.gz |
Remove "--disable-setreuid" -- the configure scripts seems to have
adequate logic for determining when to use setreuid.
This makes sudoedit work on NetBSD again.
Closes PR pkg/28998
Diffstat (limited to 'security/sudo')
-rw-r--r-- | security/sudo/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 4df8ffa9546..2e44c8820aa 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.76 2004/12/22 04:36:32 jlam Exp $ +# $NetBSD: Makefile,v 1.77 2005/01/30 21:36:53 kim Exp $ # DISTNAME= sudo-1.6.8p5 PKGNAME= sudo-1.6.8pl5 -PKGREVISION= # +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.courtesan.com/sudo/dist/ \ ftp://ftp.courtesan.com/pub/sudo/ \ @@ -25,7 +25,7 @@ GNU_CONFIGURE= yes .include "../../mk/bsd.prefs.mk" -CONFIGURE_ARGS+= --disable-root-mailer --disable-setreuid +CONFIGURE_ARGS+= --disable-root-mailer CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} .include "options.mk" |