mirror of
https://github.com/yarrick/iodine.git
synced 2024-11-22 04:56:07 +03: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 New Issue
Block a user