pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/pure-ftpd
Module Name: pkgsrc
Committed By: jperkin
Date: Tue Jun 30 11:10:26 UTC 2020
Modified Files:
pkgsrc/net/pure-ftpd: Makefile
Log Message:
pure-ftpd: SunOS needs _XOPEN_SOURCE=600 for CMSG bits.
To generate a diff of this commit:
cvs rdiff -u -r1.41 -r1.42 pkgsrc/net/pure-ftpd/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/pure-ftpd/Makefile
diff -u pkgsrc/net/pure-ftpd/Makefile:1.41 pkgsrc/net/pure-ftpd/Makefile:1.42
--- pkgsrc/net/pure-ftpd/Makefile:1.41 Wed Mar 11 11:47:19 2020
+++ pkgsrc/net/pure-ftpd/Makefile Tue Jun 30 11:10:26 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.41 2020/03/11 11:47:19 nia Exp $
+# $NetBSD: Makefile,v 1.42 2020/06/30 11:10:26 jperkin Exp $
DISTNAME= pure-ftpd-1.0.49
CATEGORIES= net
@@ -19,6 +19,8 @@ BUILD_DEFS+= VARBASE
CONFIGURE_ARGS.Interix+= --without-privsep
+CFLAGS.SunOS+= -D_XOPEN_SOURCE=600
+
RCD_SCRIPTS= pure_ftpd pure_uploadscript
EGDIR= ${PREFIX}/share/examples/pure-ftpd
Home |
Main Index |
Thread Index |
Old Index