From a9e7ed1a67e96140bb2d41251de1520fc755f52c Mon Sep 17 00:00:00 2001 From: LRN Date: Thu, 19 Dec 2013 18:38:55 +0000 Subject: W32 NSP: Don't use 64-bit types, link to libgcc statically --- src/gns/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gns/Makefile.am') diff --git a/src/gns/Makefile.am b/src/gns/Makefile.am index af982976e..fc115077f 100644 --- a/src/gns/Makefile.am +++ b/src/gns/Makefile.am @@ -212,7 +212,7 @@ libw32nsp_la_LIBADD = \ -lole32 -lws2_32 libw32nsp_la_LDFLAGS = \ -export-symbols $(top_srcdir)/src/gns/w32nsp.def \ - $(GN_LIB_LDFLAGS) + $(GN_LIB_LDFLAGS) -static-libgcc libgnunetgns_la_SOURCES = \ gns_api.c gns.h -- cgit v1.2.3