Remove obsolete linker flag

pull/1/head
Aaron Rainbolt 2 years ago
parent 2f2cc8861a
commit 084ea5e80c

1
debian/changelog vendored

@ -7,6 +7,7 @@ lxqt-session (1.1.1-0ubuntu2~ppa1) jammy; urgency=medium
us of.
* Removed redundant "Repository-Browser" field from d/upstream/metadata.
* Bumped Standards-Version to 4.6.1, no changes necessary.
* Removed obsolete "-Wl,--as-needed" linker flag.
-- Aaron Rainbolt <arraybolt3@gmail.com> Mon, 04 Jul 2022 12:24:33 -0500

1
debian/rules vendored

@ -4,7 +4,6 @@
DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
export LC_ALL=C.UTF-8
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
ifeq ($(DEB_HOST_ARCH_OS),linux)
CMAKE_ARGS += -DWITH_LIBUDEV=ON

Loading…
Cancel
Save