Package: libedit
Version: 2.11-20080614-2
Severity: serious

Hi!

With latest changes to pmake's linker option support this package does
not build anymore, (which is a good thing as there's a regression in
pmake which would have broken libedit reverse dependencies! :).

Anyway, attached a patch which will fix this, but you'll have to wait
until the two serious bugs in pmake are fixed.

thanks,
guillem
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

Reply via email to