[hamradio-commits] [soapyremote] 08/09: Link with --as-needed

Andreas E. Bombe aeb at moszumanska.debian.org
Fri Aug 11 19:14:48 UTC 2017


This is an automated email from the git hooks/post-receive script.

aeb pushed a commit to branch master
in repository soapyremote.

commit 1bf25d4723a35f43059d933477c76b15789c6a3b
Author: Andreas Bombe <aeb at debian.org>
Date:   Fri Aug 11 15:08:32 2017 -0400

    Link with --as-needed
---
 debian/changelog | 1 +
 debian/rules     | 1 +
 2 files changed, 2 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4422f06..66b0289 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ soapyremote (0.4.2-1) UNRELEASED; urgency=medium
   * Change SoapySDR ABI version in package names and dependencies from 0.5-2
     to 0.6
   * Build-Depend on versioned libsoapysdr0.6-dev instead of libsoapysdr-dev
+  * Link with --as-needed
   * Adjust copyright years for Josh Blum in debian/copyright
   * Bump Standards-Version to 4.0.1, no changes required
 
diff --git a/debian/rules b/debian/rules
index 8aa83dc..4843f87 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,7 @@
 # -*- makefile -*-
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/soapyremote.git



More information about the pkg-hamradio-commits mailing list