mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-07-04 10:43:13 +02:00
+- Made static linking a little more possible (for -pg)
This commit is contained in:
@@ -1074,6 +1074,9 @@ int InitwIRCD(argc, argv)
|
||||
conf_listen->options |= LISTENER_BOUND;
|
||||
me.umodes = conf_listen->options;
|
||||
run_configuration();
|
||||
#ifdef STATIC_LINKING
|
||||
l_commands_init();
|
||||
#endif
|
||||
botmotd = (aMotd *) read_file(BPATH, &botmotd);
|
||||
rules = (aMotd *) read_rules(RPATH);
|
||||
opermotd = (aMotd *) read_file(OPATH, &opermotd);
|
||||
|
||||
Reference in New Issue
Block a user