diff options
author | Hiltjo Posthuma <hiltjo@codemadness.org> | 2018-05-25 18:43:36 +0200 |
---|---|---|
committer | Hiltjo Posthuma <hiltjo@codemadness.org> | 2018-05-25 18:43:36 +0200 |
commit | 187daac42007c87e6af9317a20446e3b81907f63 (patch) | |
tree | 9fa7eac70a4888d32c96b42c1195095aab7b908f /config.mk | |
parent | c7f158c58c338961b1a1a91f41a5dade42853dec (diff) |
assume OpenBSD 5.9+, always try pledge(2) on OpenBSD
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -27,6 +27,3 @@ LDFLAGS = -s ${LIBS} #LDFLAGS = -static -s ${LIBS} CPPFLAGS = -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE ${INCS} - -# OpenBSD 5.9+: use pledge(2) -#CPPFLAGS = -D_XOPEN_SOURCE=700 -D_DEFAULT_SOURCE -D_BSD_SOURCE -DUSE_PLEDGE ${INCS} |