#51117 Issue 50931 - RFE AD filter rewriter for ObjectCategory
Closed 3 years ago by spichugi. Opened 3 years ago by vashirov.
vashirov/389-ds-base fix-asan-build  into  master

file modified
+1 -1
@@ -1159,7 +1159,7 @@ 

  

  librewriters_la_LDFLAGS = $(AM_LDFLAGS)

  librewriters_la_CPPFLAGS = $(AM_CPPFLAGS) $(REWRITERS_INCLUDES) $(DSPLUGIN_CPPFLAGS)

- librewriters_la_LIBADD = $(NSS_LINK) $(NSPR_LINK)

+ librewriters_la_LIBADD = libslapd.la $(NSS_LINK) $(NSPR_LINK)

  

  #------------------------

  # libsvrcore

Bug Description:
ASAN build fails on RHEL due to linking issues

Fix Description:
Add missing libslapd.la for librewriters.la

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

Reviewed by: ???

ACK. Thanks for the help to reproduce and finding how to fix that.

rebased onto cec0506

3 years ago

Pull-Request has been merged by vashirov

3 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/4170

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