mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-22 08:09:19 +02:00
fix compilation error on kFreeBSD and Hurd
This commit is contained in:
parent
434a023afe
commit
1160649794
|
@ -38,6 +38,9 @@ cflags)
|
|||
[ -e /usr/include/systemd/sd-daemon.h ] && FLAGS="$FLAGS -DHAVE_SYSTEMD";
|
||||
echo $FLAGS;
|
||||
;;
|
||||
GNU/kFreeBSD|GNU)
|
||||
echo '-D_GNU_SOURCE'
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Reference in New Issue