]> Shamusworld >> Repos - init-ng/blobdiff - Makefile
Switch out sockets IPC for a named pipe. Just like SysV does.
[init-ng] / Makefile
index 561f3c380746c7c812900fbe6b91ece33cc505d4..b6f94ccda94ef7fb3f65ab99d02f1ae4c450bc62 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
 # Doesn't need to be more complex than this
 
 init-ng: init-ng.c
-       gcc -std=c99 -g init-ng.c -o init-ng
+       gcc -std=c99 -g -D_DEFAULT_SOURCE init-ng.c -o init-ng