pkgsrc-WIP-changes archive

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

opendoas: SunOS specific CFLAGS.



Module Name:	pkgsrc-wip
Committed By:	Sunil Nimmagadda <sunil%nimmagadda.net@localhost>
Pushed By:	skn
Date:		Tue Dec 15 15:55:27 2020 +0530
Changeset:	3201757aa377a6b7b031b0b1dc9e423cadde91fd

Modified Files:
	opendoas/Makefile

Log Message:
opendoas: SunOS specific CFLAGS.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=3201757aa377a6b7b031b0b1dc9e423cadde91fd

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 opendoas/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/opendoas/Makefile b/opendoas/Makefile
index 17be566235..81c57fc10a 100644
--- a/opendoas/Makefile
+++ b/opendoas/Makefile
@@ -22,6 +22,8 @@ SUBST_SED.paths=	-e "s,/etc,${PKG_SYSCONFDIR},"
 
 EGDIR=	share/examples/${PKGBASE}
 
+CFLAGS.SunOS+=	-D_POSIX_PTHREAD_SEMANTICS	# getpwuid_r
+
 .include "../../mk/bsd.prefs.mk"
 
 HAS_CONFIGURE=		yes


Home | Main Index | Thread Index | Old Index