diff options
Diffstat (limited to '')
-rw-r--r-- | debian/patches/ldap-implicit.diff | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/debian/patches/ldap-implicit.diff b/debian/patches/ldap-implicit.diff deleted file mode 100644 index 688a764..0000000 --- a/debian/patches/ldap-implicit.diff +++ /dev/null @@ -1,25 +0,0 @@ -From: Andreas Metzler <ametzler@debian.org> -Date: Wed, 13 Mar 2024 10:11:45 +0100 -Subject: Fix FTBFS with -Werror=implicit-function-declaration - -Bug-Debian: https://bugs.debian.org/1066137 -Origin: vendor -Forwarded: no -Last-Update: 2024-03-13 ---- - m4/ldap.m4 | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/m4/ldap.m4 b/m4/ldap.m4 -index 954f88a..6c86e8a 100644 ---- a/m4/ldap.m4 -+++ b/m4/ldap.m4 -@@ -44,6 +44,8 @@ if test x$_ldap_with != xno ; then - #include <winsock2.h> - #include <winldap.h> - #else -+/* For OpenLDAP, to enable the API that we're using. */ -+# define LDAP_DEPRECATED 1 - #include <ldap.h> - #endif - ],[ldap_open("foobar",1234);], |