pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/haproxy
Module Name: pkgsrc
Committed By: maya
Date: Sat Aug 10 20:45:56 UTC 2019
Modified Files:
pkgsrc/net/haproxy: Makefile
Log Message:
haproxy: -D_XPG4_2 on sunos, to fix build. from wilbury
To generate a diff of this commit:
cvs rdiff -u -r1.47 -r1.48 pkgsrc/net/haproxy/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/haproxy/Makefile
diff -u pkgsrc/net/haproxy/Makefile:1.47 pkgsrc/net/haproxy/Makefile:1.48
--- pkgsrc/net/haproxy/Makefile:1.47 Sat Aug 3 20:37:19 2019
+++ pkgsrc/net/haproxy/Makefile Sat Aug 10 20:45:56 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.47 2019/08/03 20:37:19 morr Exp $
+# $NetBSD: Makefile,v 1.48 2019/08/10 20:45:56 maya Exp $
DISTNAME= haproxy-2.0.3
CATEGORIES= net www
@@ -57,6 +57,7 @@ TARGET= linux2628
TARGET= generic
.endif
+CFLAGS.SunOS+= -D_XPG4_2
LIBS.SunOS+= -lxnet
post-install:
Home |
Main Index |
Thread Index |
Old Index