[vlc-commits] Revert "configure: Fix link when using --with-sanitizer=undefined"

Hugo Beauzée-Luyssen git at videolan.org
Sat Nov 11 17:01:17 CET 2017


vlc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Sat Nov 11 17:01:54 2017 +0100| [992659dd85576bc959bf8e2522f079bd5a8eece4] | committer: Hugo Beauzée-Luyssen

Revert "configure: Fix link when using --with-sanitizer=undefined"

This reverts commit 4567a49be8a07b0bfb39689a53d7dff834a7a5e7.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=992659dd85576bc959bf8e2522f079bd5a8eece4
---

 configure.ac | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 1653c67867..ec045b1b0c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1046,9 +1046,6 @@ AS_VAR_IF(with_sanitizer, no, [], [
         AX_APPEND_COMPILE_FLAGS([-fPIE -pie])
         AX_APPEND_COMPILE_FLAGS([-fPIE -pie], [CXXFLAGS])
     ])
-    AS_IF([test -z "${with_sanitizer##*undefined*}" ], [
-        AX_APPEND_COMPILE_FLAGS([-lubsan], [LDFLAGS])
-    ])
 ])
 
 dnl



More information about the vlc-commits mailing list