mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 12:39:01 -04:00
Make sure kore-serve builds.
This commit is contained in:
parent
a575881cb9
commit
37b25da83d
@ -21,6 +21,7 @@
|
|||||||
|
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <kore/kore.h>
|
#include <kore/kore.h>
|
||||||
|
#include <kore/hooks.h>
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
@ -46,8 +47,8 @@ kore_parent_configure(int argc, char *argv[])
|
|||||||
port = "8888";
|
port = "8888";
|
||||||
ip = "127.0.0.1";
|
ip = "127.0.0.1";
|
||||||
|
|
||||||
foreground = 1;
|
|
||||||
kore_quiet = 1;
|
kore_quiet = 1;
|
||||||
|
kore_foreground = 1;
|
||||||
|
|
||||||
skip_runas = 1;
|
skip_runas = 1;
|
||||||
skip_chroot = 1;
|
skip_chroot = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user