diff -Nru sysvinit-2.87dsf/debian/changelog sysvinit-2.87dsf/debian/changelog --- sysvinit-2.87dsf/debian/changelog 2011-03-28 11:03:10.000000000 +0000 +++ sysvinit-2.87dsf/debian/changelog 2011-03-28 19:53:10.000000000 +0000 @@ -1,3 +1,9 @@ +sysvinit (2.87dsf-4ubuntu23) natty; urgency=low + + * Fix FTBFS with changed libcrypt multiarch library location. + + -- Matthias Klose Mon, 28 Mar 2011 21:50:35 +0100 + sysvinit (2.87dsf-4ubuntu22) natty; urgency=low [ Dan Muresan ] diff -Nru sysvinit-2.87dsf/src/Makefile sysvinit-2.87dsf/src/Makefile --- sysvinit-2.87dsf/src/Makefile 2011-03-04 09:33:42.000000000 +0000 +++ sysvinit-2.87dsf/src/Makefile 2011-03-28 19:52:36.000000000 +0000 @@ -64,7 +64,7 @@ # Additional libs for GNU libc. -ifneq ($(wildcard /usr/lib/libcrypt.a),) +ifneq ($(wildcard /usr/lib/*/libcrypt.a),) LCRYPT = -lcrypt endif