]> jfr.im git - solanum.git/blobdiff - ircd/Makefile.am
librb: fix socklen_t check
[solanum.git] / ircd / Makefile.am
index 03f30a50e8a1c46d02b6bf264272295638bc0423..20370488eeac2b7758b5ddb99ce92cc2e6628a3a 100644 (file)
@@ -14,6 +14,10 @@ version.c: version.c.SH ../CREDITS ../include/patchlevel.h ../include/serno.h
        $(CP) version.c version.c.last
        touch version.c.SH
 
+if MINGW
+EXTRA_FLAGS = -Wl,--enable-runtime-pseudo-reloc -export-symbols-regex '*'
+endif
+
 libircd_la_SOURCES =                  \
   authd.c                      \
   bandbi.c                      \