mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-22 06:41:26 +00: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";
|
[ -e /usr/include/systemd/sd-daemon.h ] && FLAGS="$FLAGS -DHAVE_SYSTEMD";
|
||||||
echo $FLAGS;
|
echo $FLAGS;
|
||||||
;;
|
;;
|
||||||
|
GNU/kFreeBSD|GNU)
|
||||||
|
echo '-D_GNU_SOURCE'
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
|
|
Loading…
Reference in a new issue