]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
bugfix#454: Don't set -g and -O2 CFLAGS from configure.
authorWillem Toorop <willem@NLnetLabs.nl>
Fri, 13 Jul 2012 09:04:12 +0000 (09:04 +0000)
committerWillem Toorop <willem@NLnetLabs.nl>
Fri, 13 Jul 2012 09:04:12 +0000 (09:04 +0000)
Thanks Dylyan Palauzov

Changelog
configure.ac

index 76e9c925923cada6215368fa2649010ce5ba31a3..2be4ca78ce7d1f4930bb9a6a5f766ed816e06623 100644 (file)
--- 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
index eea81a2cdcff13acc84b1c9af6f1e441619aba56..269105656c914dc2c1350dfaf3f6dee76406b42d 100644 (file)
@@ -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"])