tags 554497 patch
thanks

Hello,

The following patch has been applied in Ubuntu to deal with this.
Actually it's only a quick fix, the real problem is that tests in
configure.ac set insufficient LDAPLIBS to link dirmngr_ldap executable;
this is probably something that should be fixed upstream.

https://launchpad.net/ubuntu/+source/dirmngr/1.0.3-1ubuntu1

only in patch2:
unchanged:
--- dirmngr-1.0.3.orig/src/Makefile.am
+++ dirmngr-1.0.3/src/Makefile.am
@@ -61,7 +61,7 @@
 dirmngr_ldap_CFLAGS = $(GPG_ERROR_CFLAGS)
 dirmngr_ldap_LDFLAGS =
 dirmngr_ldap_LDADD = $(ldap_ldadd) ../jnlib/libjnlib.a $(LIBOBJS) \
-                    $(GPG_ERROR_LIBS) $(LDAPLIBS) $(LIBINTL) $(LIBICONV)
+                    $(GPG_ERROR_LIBS) $(LDAPLIBS) $(LIBINTL) $(LIBICONV) -llber
 
 dirmngr_client_SOURCES = dirmngr-client.c i18n.h util.h b64enc.c \
                          get-path.c no-libgcrypt.c no-libgcrypt.h 
only in patch2:
unchanged:
--- dirmngr-1.0.3.orig/src/Makefile.in
+++ dirmngr-1.0.3/src/Makefile.in
@@ -279,7 +279,7 @@
 dirmngr_ldap_CFLAGS = $(GPG_ERROR_CFLAGS)
 dirmngr_ldap_LDFLAGS = 
 dirmngr_ldap_LDADD = $(ldap_ldadd) ../jnlib/libjnlib.a $(LIBOBJS) \
-                    $(GPG_ERROR_LIBS) $(LDAPLIBS) $(LIBINTL) $(LIBICONV)
+                    $(GPG_ERROR_LIBS) $(LDAPLIBS) $(LIBINTL) $(LIBICONV) -llber
 
 dirmngr_client_SOURCES = dirmngr-client.c i18n.h util.h b64enc.c \
                          get-path.c no-libgcrypt.c no-libgcrypt.h 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to