Comment 3 for bug 740224

Revision history for this message
Mathieu Trudel-Lapierre (cyphermox) wrote :

Confirming. This breaks building NetworkManager for me.

Seems like a simple rebuild actually updates the paths, but dependency_libs should still be cleared.

James, DEB_HOST_MULTIARCH contains the current architecture to complete the path so your patch is very close:

sed -i "/dependency_libs/ s/'.*'/''/" debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/libgudev-1.0.la

should work as well for i386-linux-gnu.