Bug Description: The cargo offline build was broken due to a missing + on the CPP flags to nsslapd, and because of a "space" between a variable and the value in configure.ac.
Fix Description: Add the plus, remove the space.
https://pagure.io/389-ds-base/pull-request/50900
Author: William Brown william@blackhats.net.au
Review by: ???
rebased onto e12ed626aaa43359678653cbf36ea76975ac3ba5
Could you maybe move this part like 19 lines above, so that it is with its friends? :) Other than that, LGTM!
rebased onto 1671dc03bbee34c0948619387917aebbf0cc2756
Done, thanks for the review!
Pull-Request has been merged by firstyear
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/3953
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: The cargo offline build was broken due to a missing
+ on the CPP flags to nsslapd, and because of a "space" between a
variable and the value in configure.ac.
Fix Description: Add the plus, remove the space.
https://pagure.io/389-ds-base/pull-request/50900
Author: William Brown william@blackhats.net.au
Review by: ???