Removed unneeded linker flag
This commit is contained in:
parent
4e9f4d6482
commit
097867118a
1
debian/changelog
vendored
1
debian/changelog
vendored
@ -1,6 +1,7 @@
|
||||
qtxdg-tools (3.9.1-0ubuntu2) UNRELEASED; urgency=medium
|
||||
|
||||
* Backport to Jammy.
|
||||
* Removed "-Wl,--as-needed" linker flag.
|
||||
|
||||
-- Aaron Rainbolt <arraybolt3@gmail.com> Wed, 22 Jun 2022 17:13:45 -0500
|
||||
|
||||
|
3
debian/control
vendored
3
debian/control
vendored
@ -14,8 +14,7 @@ Homepage: https://github.com/lxqt/qtxdg-tools
|
||||
|
||||
Package: qtxdg-tools
|
||||
Architecture: any
|
||||
Depends: ${misc:Depends},
|
||||
${shlibs:Depends}
|
||||
Depends: ${misc:Depends}, ${shlibs:Depends}
|
||||
Pre-Depends: ${misc:Pre-Depends}
|
||||
Description: User tools for libqtxdg
|
||||
LXQt is an advanced, easy-to-use, and fast desktop environment based on Qt
|
||||
|
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
|
||||
|
||||
%:
|
||||
|
Loading…
x
Reference in New Issue
Block a user