From: Willem Toorop Date: Tue, 12 Mar 2013 09:15:49 +0000 (+0000) Subject: Clang complaines about CFLAGS while linking... svn:NO TEST X-Git-Tag: release-1.6.17rc1~136 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fccc5d8bdfb643911fa9670288e582cab50feb8;p=thirdparty%2Fldns.git Clang complaines about CFLAGS while linking... svn:NO TEST --- diff --git a/Makefile.in b/Makefile.in index 61422a7f..d4f1262e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -91,11 +91,9 @@ EX_SSL_LOBJS = examples/ldns-nsec3-hash.lo examples/ldns-revoke.lo examples/ldns COMPILE = $(CC) $(CPPFLAGS) $(CFLAGS) COMP_LIB = $(LIBTOOL) --mode=compile $(CC) $(CPPFLAGS) $(CFLAGS) -LINK = $(CC) $(CFLAGS) $(LDFLAGS) $(LIBS) -LINK_LIB = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) \ - $(LIBS) -version-number $(version_info) -no-undefined -LINK_EXE = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) \ - $(LIBSSL_LDFLAGS) +LINK = $(CC) $(LDFLAGS) $(LIBS) +LINK_LIB = $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) $(LIBS) -version-number $(version_info) -no-undefined +LINK_EXE = $(LIBTOOL) --mode=link $(CC) $(LDFLAGS) $(LIBSSL_LDFLAGS) .PHONY: clean realclean docclean manpages doc lint all lib pyldns test .PHONY: install uninstall install-doc uninstall-doc uninstall-pyldns