https://bugs.openldap.org/show_bug.cgi?id=9327
Issue ID: 9327 Summary: Stripping when cross-compiling Product: OpenLDAP Version: unspecified Hardware: All OS: Linux Status: UNCONFIRMED Severity: normal Priority: --- Component: build Assignee: bugs@openldap.org Reporter: fontaine.fabrice@gmail.com Target Milestone: ---
Created attachment 756 --> https://bugs.openldap.org/attachment.cgi?id=756&action=edit Patch
When cross-compiling, stripping fails because strip is used instead of $(STRIP).
The attached patch (retrieved from https://git.buildroot.net/buildroot/tree/package/openldap/0001-fix_cross_str...) fix this issue.
I've also opened a Merge Request: https://git.openldap.org/openldap/openldap/-/merge_requests/101