pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/pure-ftpd Don't enable privsep on Interix, which h...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5da55b76de51
branches:  trunk
changeset: 502255:5da55b76de51
user:      tv <tv%pkgsrc.org@localhost>
date:      Thu Nov 03 16:59:47 2005 +0000

description:
Don't enable privsep on Interix, which has no SCM_RIGHTS support.

diffstat:

 net/pure-ftpd/Makefile |  8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r e986cfe9c264 -r 5da55b76de51 net/pure-ftpd/Makefile
--- a/net/pure-ftpd/Makefile    Thu Nov 03 16:55:46 2005 +0000
+++ b/net/pure-ftpd/Makefile    Thu Nov 03 16:59:47 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2005/04/11 21:46:58 tv Exp $
+# $NetBSD: Makefile,v 1.13 2005/11/03 16:59:47 tv Exp $
 
 DISTNAME=      pure-ftpd-1.0.20
 PKGREVISION=   1
@@ -20,10 +20,14 @@
 GNU_CONFIGURE=         yes
 
 CONFIGURE_ARGS+=       --with-everything       \
-                       --with-privsep          \
                        --sysconfdir=${PKG_SYSCONFDIR}
 
 .include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} != "Interix"
+CONFIGURE_ARGS+=       --with-privsep
+.endif
+
 .include "options.mk"
 
 RCD_SCRIPTS=   pure_ftpd



Home | Main Index | Thread Index | Old Index