]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Unset ASAN_OPTIONS and LSAN_OPTIONS so they're not passed to scripts called from...
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 5 Apr 2018 12:39:34 +0000 (13:39 +0100)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 5 Apr 2018 12:39:47 +0000 (13:39 +0100)
Leaving them enabled messes with some of the tests

configure
configure.ac

index 278c25ffcc92be07c6dfd95154461101a682506b..d380a92b7c66ff4a784d9f167bb821c7efcdd403 100755 (executable)
--- a/configure
+++ b/configure
@@ -2533,6 +2533,9 @@ _ACEOF
 
 
 
+unset ASAN_OPTIONS
+unset LSAN_OPTIONS
+
 # Extract the first word of "git", so it can be a program name with args.
 set dummy git; ac_word=$2
 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
index 90fdd1b9465ceb968df512081fcea29130513c08..33b1945d98bba7cbf4a82a6d5597e543d27fad69 100644 (file)
@@ -70,6 +70,13 @@ dnl #  CFLAGS if were building in developer mode
 dnl #
 dnl #############################################################
 
+dnl #
+dnl #  Unset ASAN_OPTIONS and LSAN_OPTIONS so they don't interfere
+dnl #  with the build process.
+dnl #
+unset ASAN_OPTIONS
+unset LSAN_OPTIONS
+
 dnl #
 dnl #  See if we have Git.
 dnl #