diff --git a/debian/changelog b/debian/changelog index 487ed1f..050c78a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ default. * Set debhelper-compat version in Build-Depends. * Set upstream metadata fields: Repository, Repository-Browse. + * Avoid explicitly specifying -Wl,--as-needed linker flag. -- Debian Janitor Tue, 09 Nov 2021 21:01:04 -0000 diff --git a/debian/rules b/debian/rules index 6e2e832..306da5f 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,6 @@ # package maintainers to append CFLAGS #export DEB_CFLAGS_MAINT_APPEND = -Wall -pedantic # package maintainers to append LDFLAGS -export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed export QT_SELECT := 5