Codebase list libsdl2-ttf / 9309e95
d/rules: Don't explicitly use --as-needed linker option It's the default with bullseye toolchains. Simon McVittie 3 years ago
2 changed file(s) with 5 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
00 libsdl2-ttf (2.0.15+dfsg1-2) UNRELEASED; urgency=medium
11
2 [ Felix Geyer ]
23 * Add an autopkgtest smoke-test, thanks to Simon McVittie for the patch.
34 (Closes: #941024)
45 * Switch to debhelper compat level 12
6
7 [ Simon McVittie ]
8 * d/rules: Don't explicitly use --as-needed linker option.
9 It's the default with bullseye toolchains.
510
611 -- Felix Geyer <fgeyer@debian.org> Mon, 09 Dec 2019 18:26:58 +0100
712
33
44
55 export DEB_CFLAGS_MAINT_APPEND := -pipe -Wall
6 export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
76
87
98 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)