Removed an obsolete linker flag.
This commit is contained in:
parent
d5e02d760e
commit
80ccf08822
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
liblxqt (1.2.0-0ubuntu2) UNRELEASED; urgency=medium
|
||||
|
||||
* Removed the obsolete '-Wl,--as-needed' linker flag from debian/rules.
|
||||
|
||||
-- Aaron Rainbolt <arraybolt3@ubuntu.com> Mon, 28 Nov 2022 14:35:33 -0600
|
||||
|
||||
liblxqt (1.2.0-0ubuntu1) lunar; urgency=medium
|
||||
|
||||
* New upstream release.
|
||||
|
1
debian/rules
vendored
1
debian/rules
vendored
@ -2,7 +2,6 @@
|
||||
# export DH_VERBOSE=1
|
||||
|
||||
export LC_ALL=C.UTF-8
|
||||
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
|
||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||
|
||||
WHICH_OS := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS 2>/dev/null)
|
||||
|
Loading…
x
Reference in New Issue
Block a user