From b712b1665e0f213775a858a77a4fdebb5f74863d Mon Sep 17 00:00:00 2001 From: Sunil Nimmagadda Date: Sun, 27 Dec 2020 21:38:16 +0530 Subject: [PATCH] opendoas: Remove SunOS specific CFLAGS. It will be part of a larger diff that I plan to show upstream. --- opendoas/Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/opendoas/Makefile b/opendoas/Makefile index 81c57fc10a..17be566235 100644 --- a/opendoas/Makefile +++ b/opendoas/Makefile @@ -22,8 +22,6 @@ 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