Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cmake: improve OpenLDAP builds #12024

Closed
wants to merge 4 commits into from
Closed

Commits on Oct 4, 2023

  1. Configuration menu
    Copy the full SHA
    8504df2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d94c43f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1bacd4 View commit details
    Browse the repository at this point in the history
  4. cmake: define LDAP_DEPRECATED=1 for OpenLDAP

    To avoid warnings like this:
    ```
    /usr/local/opt/openldap/include/ldap.h:1049:5: warning: 'LDAP_DEPRECATED' is not defined, evaluates to 0 [-Wundef]
    ```
    
    autotools also does this.
    vszakats committed Oct 4, 2023
    Configuration menu
    Copy the full SHA
    a4ff364 View commit details
    Browse the repository at this point in the history