Codebase list dillo / debian/3.0.3-4
Fix FTBFS with more recent toolchain (Closes: #713557) Axel Beckert 10 years ago
2 changed file(s) with 10 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 dillo (3.0.3-4) unstable; urgency=low
1
2 * Fix FTBFS with more recent toolchain by using DEB_LDFLAGS_MAINT_APPEND
3 to add -lX11 to LDFLAGS (Closes: #713557)
4
5 -- Axel Beckert <abe@debian.org> Sun, 23 Jun 2013 17:30:55 +0200
6
07 dillo (3.0.3-3) unstable; urgency=low
18
29 * Upload to unstable again.
00 #!/usr/bin/make -f
11
22 #export DH_VERBOSE=1
3
4 # Needed until the next Dillo release (i.e. Dillo > 3.0.3)
5 export DEB_LDFLAGS_MAINT_APPEND=-lX11
36
47 %:
58 dh $@ --with autoreconf