mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 14:19:10 -04:00
NetBSD also doesn't like the _XOPEN_SOURCE hack
This commit is contained in:
parent
0b8fedf492
commit
d2741d1f91
1 changed files with 1 additions and 1 deletions
|
@ -248,7 +248,7 @@ if ($^O eq 'darwin') {
|
|||
if ($^O eq 'aix') {
|
||||
push @CC_DEFINE, '-DSQLITE_DISABLE_DIRSYNC';
|
||||
}
|
||||
if ($^O =~ /bsd/i && $^O ne 'openbsd') {
|
||||
if ($^O =~ /bsd/i && $^O !~ /(?:open|net)bsd/) {
|
||||
push @CC_DEFINE, '-D_XOPEN_SOURCE';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue