From 33d06a2c4a47761f6c7de421da3c4afc7f54a3ae Mon Sep 17 00:00:00 2001 From: kim Date: Sun, 30 Jan 2005 21:36:53 +0000 Subject: 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 --- security/sudo/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'security/sudo/Makefile') 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" -- cgit v1.2.3