From d70c5c0ccca207d64cf9eb37e0f2aa2929a245bc Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Fri, 13 Jul 2012 09:04:12 +0000 Subject: [PATCH] bugfix#454: Don't set -g and -O2 CFLAGS from configure. Thanks Dylyan Palauzov --- Changelog | 6 ++---- configure.ac | 2 -- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/Changelog b/Changelog index 76e9c925..2be4ca78 100644 --- a/Changelog +++ b/Changelog @@ -1,16 +1,14 @@ 1.6.14 - * Memroy leak fix for ldns_key_new_frm_algorithm from Michael Sheldon. + * bugfix #454: Don't set -g and -O2 CFLAGS from configure. + * bugfix #457: Memroy leak fix for ldns_key_new_frm_algorithm. * pyldns memory handling fixes and the python3/ldns-signzone.py examples script contribution from Karel Slany. * bugfix #450: Base # bytes for P, G and Y (T) on the guaranteed to be bigger (or equal) P in ldns_key_dsa2bin. - Thanks Peter Koch and Patrick Fedick. * bugfix #449: Deep free cloned rdf's in ldns_tsig_mac_new. - Thanks Michael Sheldon. * bugfix #448: Copy nameserver value (in stead of reference) of the answering nameserver to the answer packet in ldns_send_buffer, so the original value may be deep freed with the ldns_resolver struct. - Thanks Michael Meisel. * New -0 option for ldns-read-zone to replace inception, expiration and signature rdata fields with (null). Thanks Paul Wouters. * New -p option for ldns-read-zone to prepend-pad SOA serial to take diff --git a/configure.ac b/configure.ac index eea81a2c..26910565 100644 --- a/configure.ac +++ b/configure.ac @@ -63,8 +63,6 @@ COPY_FILES($srcdir/$1/*.h, $2) # Checks for typedefs, structures, and compiler characteristics. AC_C_CONST AC_LANG_C -ACX_CHECK_COMPILER_FLAG(g, [CFLAGS="-g $CFLAGS"]) -ACX_CHECK_COMPILER_FLAG(O2, [CFLAGS="-O2 $CFLAGS"]) ACX_CHECK_COMPILER_FLAG(Wall, [CFLAGS="-Wall $CFLAGS"]) ACX_CHECK_COMPILER_FLAG(W, [CFLAGS="-W $CFLAGS"]) ACX_CHECK_COMPILER_FLAG(Wwrite-strings, [CFLAGS="-Wwrite-strings $CFLAGS"]) -- 2.47.3