#50907 Issue 49845 - Remove pkgconfig check for libasan
Closed 3 years ago by spichugi. Opened 4 years ago by mhonek.
mhonek/389-ds-base fix-libasan-has-no-pc-file  into  master

file modified
-1
@@ -147,7 +147,6 @@ 

                [], [ 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

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: ???

Pull-Request has been merged by firstyear

4 years ago

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This pull request has been cloned to Github as issue and is available here:
- https://github.com/389ds/389-ds-base/issues/3960

If you want to continue to work on the PR, please navigate to the github issue,
download the patch from the attachments and file a new pull request.

Thank you for understanding. We apologize for all inconvenience.

Pull-Request has been closed by spichugi

3 years ago
Metadata