diff options
| author | 2022-09-01 12:13:27 +0100 | |
|---|---|---|
| committer | 2022-09-01 12:14:01 +0100 | |
| commit | 859f7a71d32e03f8ade4cc59eed0790be43478e0 (patch) | |
| tree | 9043cbe142d1f080f41ec0709c97e9f5765e29af /src/modules/extra/m_ldap.cpp | |
| parent | Release v3.14.0. (diff) | |
Fix the name of the compiler flags attribute in the ldap module.
Diffstat (limited to 'src/modules/extra/m_ldap.cpp')
| -rw-r--r-- | src/modules/extra/m_ldap.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/extra/m_ldap.cpp b/src/modules/extra/m_ldap.cpp index 1251ca3dd..059f16e66 100644 --- a/src/modules/extra/m_ldap.cpp +++ b/src/modules/extra/m_ldap.cpp @@ -20,7 +20,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -/// $LinkerFlags: find_compiler_flags("lber" "") find_compiler_flags("ldap" "") +/// $CompilerFlags: find_compiler_flags("lber" "") find_compiler_flags("ldap" "") /// $LinkerFlags: find_linker_flags("lber" "-llber") find_linker_flags("ldap" "-lldap_r") /// $PackageInfo: require_system("arch") libldap |
