From c60621c367f99af10cb1acda558f0b53a7903278 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 24 May 2006 23:02:51 +0000 Subject: Copied the NO_UNDEFINED magic from libcurl to make this build fine again with libtool cross-compiled on linux with mingw32 --- ares/Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'ares/Makefile.am') diff --git a/ares/Makefile.am b/ares/Makefile.am index 9983941a1..8718f55c3 100644 --- a/ares/Makefile.am +++ b/ares/Makefile.am @@ -43,7 +43,13 @@ VER=-version-info 1:0:0 # set age to 0. (c:r:a=0) # -libcares_la_LDFLAGS = $(VER) +if NO_UNDEFINED +# The -no-undefined flag is crucial for this to build fine on some platforms +UNDEF = -no-undefined +endif + + +libcares_la_LDFLAGS = $(UNDEF) $(VER) # Makefile.inc provides the CSOURCES and HHEADERS defines include Makefile.inc -- cgit v1.2.3