Bug Description: When building with gcc, we need to link wit libasan.
Fix Description: Add -lasan to compiler flags.
https://pagure.io/389-ds-base/issue/49963
Reviewed by: ???
ack
rebased onto 4d46cac6a0cfca4032d1719a84c7552660c3dc27
rebased onto c73cd26dd9c828024c8451493699917cda185207
Pull-Request has been merged by vashirov
I was under the impression that -lasan came from elsewhere? I think this affects rust linking at some point is the reason why this has a funny invocation ...
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/3023
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
Bug Description:
When building with gcc, we need to link wit libasan.
Fix Description:
Add -lasan to compiler flags.
https://pagure.io/389-ds-base/issue/49963
Reviewed by: ???