Pass -D_POSIX_PTHREAD_SEMANTICS on SunOS to use correct readdir_r().
This commit is contained in:
parent
e0265b3fd1
commit
e9e7c2e1e4
1 changed files with 3 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.11 2013/05/31 12:40:41 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.12 2014/01/07 19:40:41 jperkin Exp $
|
||||
#
|
||||
|
||||
DISTNAME= Proc-ProcessTable-0.45
|
||||
|
@ -17,5 +17,7 @@ REPLACE_PERL= example.pl
|
|||
|
||||
PERL5_PACKLIST= auto/Proc/ProcessTable/.packlist
|
||||
|
||||
CFLAGS.SunOS+= -D_POSIX_PTHREAD_SEMANTICS
|
||||
|
||||
.include "../../lang/perl5/module.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue