From dfe43c0189bf644ca28321cb0abb6d24e6a26d19 Mon Sep 17 00:00:00 2001 From: Wouter Wijngaards Date: Mon, 30 May 2011 11:56:41 +0000 Subject: [PATCH] * Fix Makefile for U in environment, since wrong U is more common than deansification necessity. --- Changelog | 2 ++ Makefile.in | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/Changelog b/Changelog index fd01becc..aced6b3b 100644 --- a/Changelog +++ b/Changelog @@ -27,6 +27,8 @@ * Added function ldns_dnssec_mark_and_get_glue as an real fast alternative for ldns_zone_glue_rr_list. * Fix parse buffer overflow for max length domain names. + * Fix Makefile for U in environment, since wrong U is more common than + deansification necessity. 1.6.9 2011-03-16 * Fix creating NSEC(3) bitmaps: make array size 65536, diff --git a/Makefile.in b/Makefile.in index a25f24b9..596bef18 100644 --- a/Makefile.in +++ b/Makefile.in @@ -32,6 +32,10 @@ ifdef glibtool libtool = $(glibtool) endif +# override $U variable which is used by autotools for deansification (for +# K&R C compilers), but causes problems if $U is defined in the env). +U= + CC = @CC@ ifeq "$(srcdir)" "." CPPFLAGS = $(strip -I. @CPPFLAGS@ @DEFS@) -- 2.47.3