Codebase list dillo / e2e38b2
Add -lpthread to LDFLAGS to fix FTBFS on non-linux (Closes: #713956) Shouldn't cause any harm on Linux. Axel Beckert 10 years ago
2 changed file(s) with 8 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
0 dillo (3.0.3-5) UNRELEASED; urgency=low
1
2 * Fix FTBFS with more recent toolchain on non-linux by adding -lpthread
3 to LDFLAGS, too. Shouldn't cause any harm on Linux. (Closes: #713956)
4
5 -- Axel Beckert <abe@debian.org> Mon, 24 Jun 2013 20:14:27 +0200
6
07 dillo (3.0.3-4) unstable; urgency=low
18
29 * Fix FTBFS with more recent toolchain by using DEB_LDFLAGS_MAINT_APPEND
22 #export DH_VERBOSE=1
33
44 # Needed until the next Dillo release (i.e. Dillo > 3.0.3)
5 export DEB_LDFLAGS_MAINT_APPEND=-lX11
5 export DEB_LDFLAGS_MAINT_APPEND=-lX11 -lpthread
66
77 %:
88 dh $@ --with autoreconf