[pkg-wpa-devel] r1797 - in /wpa/trunk/debian: changelog copyright rules

slh-guest at users.alioth.debian.org slh-guest at users.alioth.debian.org
Wed Jan 16 18:26:33 UTC 2013


Author: slh-guest
Date: Wed Jan 16 18:26:32 2013
New Revision: 1797

URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1797
Log:
link with --as-needed.

Modified:
    wpa/trunk/debian/changelog
    wpa/trunk/debian/copyright
    wpa/trunk/debian/rules

Modified: wpa/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/changelog?rev=1797&op=diff
==============================================================================
--- wpa/trunk/debian/changelog (original)
+++ wpa/trunk/debian/changelog Wed Jan 16 18:26:32 2013
@@ -8,6 +8,7 @@
   * enable simple AP support for wpasupplicant, thanks to Patrik Flykt
     <patrik.flykt at linux.intel.com> (Closes: #690536).
   * use the readline6, wpa_cli doesn't link to openssl.
+  * link with --as-needed.
 
  -- Stefan Lippers-Hollmann <s.l-h at gmx.de>  Wed, 16 Jan 2013 18:48:22 +0100
 

Modified: wpa/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/copyright?rev=1797&op=diff
==============================================================================
--- wpa/trunk/debian/copyright (original)
+++ wpa/trunk/debian/copyright Wed Jan 16 18:26:32 2013
@@ -246,7 +246,7 @@
            2006-2008, Reinhard Tartler <siretart at tauware.de>
            2006-2012, Kel Modderman <kel at otaku42.de>
            2010, Jan Dittberner <jandd at debian.org>
-           2010-2012, Stefan Lippers-Hollmann <s.l-h at gmx.de>
+           2010-2013, Stefan Lippers-Hollmann <s.l-h at gmx.de>
 License: BSD or GPL-2
 
 License: Apache-2.0

Modified: wpa/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-wpa/wpa/trunk/debian/rules?rev=1797&op=diff
==============================================================================
--- wpa/trunk/debian/rules (original)
+++ wpa/trunk/debian/rules Wed Jan 16 18:26:32 2013
@@ -6,6 +6,8 @@
 CXXFLAGS += $(CPPFLAGS)
 
 UCFLAGS  = -MMD -Wall -g -Os
+
+LDFLAGS += -Wl,--as-needed
 
 BINDIR   = /sbin
 V = 1
@@ -16,7 +18,7 @@
 	CC=$(DEB_HOST_GNU_TYPE)-gcc
 endif
 
-export CC BINDIR V
+export CC BINDIR LDFLAGS V
 
 DEB_HOST_ARCH_OS              ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS)
 HOSTAPD_DOT_CONFIG            := debian/config/hostapd/$(DEB_HOST_ARCH_OS)




More information about the Pkg-wpa-devel mailing list