Source: libedit
Version: 2.11-20080614-2
Author: Guillem Jover <guillem@debian.org>
Status: applied
Debbug: 628679
Description:
 Do not link the shared objects twice into the shared library.


diff -Naur libedit-2.11-20080614.orig/debian/rules libedit-2.11-20080614/debian/rules
--- libedit-2.11-20080614.orig/debian/rules	2011-05-31 11:23:44.000000000 +0200
+++ libedit-2.11-20080614/debian/rules	2011-05-31 11:26:22.000000000 +0200
@@ -9,7 +9,7 @@
 PKGDIR		 = ${CURDIR}/debian/tmp
 PMAKE_ARGS	 = MKPROFILE=no MKCATPAGES=no MLINKS= MANPAGES= \
 		 SHLIB_SHFLAGS="-Wl,-soname,libedit.so.${major}" \
-		 LDADD="*.so -lbsd -lcurses"
+		 LDADD="-lbsd -lcurses"
 EDITLINE_3_LINKS = el_init el_end el_reset el_gets el_getc el_push \
 		 el_parse el_set el_get el_source el_resize el_line \
 		 el_insertstr el_deletestr history_init history_end history
