diff -Nru prelink-0.0.20090925/debian/changelog prelink-0.0.20090925/debian/changelog --- prelink-0.0.20090925/debian/changelog 2013-05-08 08:49:28.000000000 +0000 +++ prelink-0.0.20090925/debian/changelog 2013-06-01 17:33:56.000000000 +0000 @@ -1,3 +1,9 @@ +prelink (0.0.20090925-7+rpi1) jessie-staging; urgency=low + + * Add -pthread to ldflags to fix linking. + + -- Peter Michael Green Sat, 01 Jun 2013 15:09:34 +0000 + prelink (0.0.20090925-7) unstable; urgency=low * QA upload. diff -Nru prelink-0.0.20090925/debian/rules prelink-0.0.20090925/debian/rules --- prelink-0.0.20090925/debian/rules 2013-05-08 08:47:34.000000000 +0000 +++ prelink-0.0.20090925/debian/rules 2013-06-01 17:33:35.000000000 +0000 @@ -6,6 +6,8 @@ #export DH_VERBOSE=1 +export LDFLAGS += -pthread + objdir := $(CURDIR)/obj D := $(CURDIR)/debian/prelink E := $(CURDIR)/debian/execstack