Thursday, March 5, 2020

[389-commits] [389-ds-base] branch 389-ds-base-1.4.2 updated: Issue 49845 - Remove pkgconfig check for libasan

This is an automated email from the git hooks/post-receive script.

mhonek pushed a commit to branch 389-ds-base-1.4.2
in repository 389-ds-base.

The following commit(s) were added to refs/heads/389-ds-base-1.4.2 by this push:
new a5a97d6 Issue 49845 - Remove pkgconfig check for libasan
a5a97d6 is described below

commit a5a97d68724bebd05dd25112f27c70beba6c5b9f
Author: Matus Honek <mhonek@redhat.com>
AuthorDate: Wed Feb 19 13:47:27 2020 +0100

Issue 49845 - Remove pkgconfig check for libasan

Bug Description:
A recent commit introduced a pkgconfig check for libasan. However, ASAN
buildtime whereabouts are provided within compiler itself, hence there is no
external libasan.pc file, only dynamic linking to libasan is necessary.

Fix Description:
Remove the superfluous check from configure.ac.

Relates https://pagure.io/389-ds-base/issue/49845

Author: Matus Honek <mhonek@redhat.com>

Review by: ???

(cherry picked from commit 031c0b9defe7f79f55a9d9761062892daad227b5)
---
configure.ac | 1 -
1 file changed, 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 4d4abe1..982bae8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -140,7 +140,6 @@ AC_ARG_ENABLE(asan, AS_HELP_STRING([--enable-asan], [Enable gcc/clang address sa
[], [ enable_asan=no ])
AC_MSG_RESULT($enable_asan)
if test "$enable_asan" = yes ; then
- PKG_CHECK_MODULES([ASAN], [libasan])
asan_cflags="-fsanitize=address -fno-omit-frame-pointer -lasan"
asan_rust_defs="-Z sanitizer=address"
else

--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
_______________________________________________
389-commits mailing list -- 389-commits@lists.fedoraproject.org
To unsubscribe send an email to 389-commits-leave@lists.fedoraproject.org
Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: https://lists.fedoraproject.org/archives/list/389-commits@lists.fedoraproject.org

No comments:

Post a Comment