mirror of
https://github.com/yarrick/iodine.git
synced 2025-08-22 02:50:34 +00:00
Fix compile on Darwin (hopefully)
This commit is contained in:
@@ -32,6 +32,9 @@ cflags)
|
||||
BeOS)
|
||||
echo '-Dsocklen_t=int';
|
||||
;;
|
||||
Darwin)
|
||||
echo '-D__APPLE_USE_RFC_3542';
|
||||
;;
|
||||
Linux)
|
||||
FLAGS="-D_GNU_SOURCE"
|
||||
[ -e /usr/include/selinux/selinux.h ] && FLAGS="$FLAGS -DHAVE_SETCON";
|
||||
|
Reference in New Issue
Block a user