]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix for #4233: guard use of NDEBUG, so that it can be passed in
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 7 Mar 2019 08:34:00 +0000 (08:34 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Thu, 7 Mar 2019 08:34:00 +0000 (08:34 +0000)
  CFLAGS into configure.

git-svn-id: file:///svn/unbound/trunk@5133 be551aaa-1e26-0410-a405-d3ace91eadb9

config.h.in
configure.ac
doc/Changelog

index f0eb7d6aa9f87147a135245439e78545221433df..7c3309683daae00e568b091ece86272d08f09cfc 100644 (file)
 
 
 #ifndef UNBOUND_DEBUG
+# ifndef NDEBUG
 #  define NDEBUG
+# endif
 #endif
 
 /** Use small-ldns codebase */
index ff6f05ad75a16a54598567da27197fe0271857c9..8393e152aff3eda7419fa975b2e65783e054fc33 100644 (file)
@@ -1652,7 +1652,9 @@ AHX_CONFIG_EXT_FLAGS
 dnl includes
 [
 #ifndef UNBOUND_DEBUG
+# ifndef NDEBUG
 #  define NDEBUG
+# endif
 #endif
 
 /** Use small-ldns codebase */
index 4bb3416534069bb7ead3ad2968d53cd163677d58..43db794663864deca9168dbcf339d8568a3d5509 100644 (file)
@@ -1,3 +1,7 @@
+7 March 2019: Wouter
+       - Fix for #4233: guard use of NDEBUG, so that it can be passed in
+         CFLAGS into configure.
+
 5 March 2019: Wouter
        - Tag release 1.9.1rc1.