[pkg-wpa-devel] r1124 - in /wpasupplicant/trunk: ./ debian/changelog debian/rules
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Feb 10 08:38:22 UTC 2008
Author: siretart
Date: Sun Feb 10 08:38:22 2008
New Revision: 1124
URL: http://svn.debian.org/wsvn/pkg-wpa/?sc=1&rev=1124
Log:
* use -Wl,--as-needed to avoid unnecessary linking to ncurses,
libpthread and libdl.
Modified:
wpasupplicant/trunk/ (props changed)
wpasupplicant/trunk/debian/changelog
wpasupplicant/trunk/debian/rules
Propchange: wpasupplicant/trunk/
------------------------------------------------------------------------------
--- bzr:revision-id:v3-trunk1 (original)
+++ bzr:revision-id:v3-trunk1 Sun Feb 10 08:38:22 2008
@@ -6,3 +6,4 @@
227 siretart at tauware.de-20080209171935-dzsa4bbwqa0ocm66
228 siretart at tauware.de-20080209172921-hpwvo3c30ngpn6f0
229 siretart at tauware.de-20080209205525-exvs01rf5iz3werp
+230 siretart at tauware.de-20080209221815-pytcrgbnplgz0d67
Propchange: wpasupplicant/trunk/
------------------------------------------------------------------------------
--- bzr:revision-info (original)
+++ bzr:revision-info Sun Feb 10 08:38:22 2008
@@ -1,4 +1,4 @@
-timestamp: 2008-02-09 21:55:25.865999937 +0100
+timestamp: 2008-02-09 23:18:15.253000021 +0100
committer: Reinhard Tartler <siretart at tauware.de>
properties:
- branch-nick: wpasupplicant.trunk.bzr
+ branch-nick: better.linking
Modified: wpasupplicant/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/changelog?rev=1124&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/changelog (original)
+++ wpasupplicant/trunk/debian/changelog Sun Feb 10 08:38:22 2008
@@ -37,8 +37,10 @@
debian/madwifi-headers. also update debian/copyright.
* remove ${misc:Depends}. Nothing does use it and generates an unnecessary
warning.
-
- -- Reinhard Tartler <siretart at tauware.de> Sat, 09 Feb 2008 21:55:02 +0100
+ * use -Wl,--as-needed to avoid unnecessary linking to ncurses,
+ libpthread and libdl.
+
+ -- Reinhard Tartler <siretart at tauware.de> Sat, 09 Feb 2008 22:10:11 +0100
wpasupplicant (0.6.2+git20080202.gde6ccd7-1) unstable; urgency=low
Modified: wpasupplicant/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-wpa/wpasupplicant/trunk/debian/rules?rev=1124&op=diff
==============================================================================
--- wpasupplicant/trunk/debian/rules (original)
+++ wpasupplicant/trunk/debian/rules Sun Feb 10 08:38:22 2008
@@ -9,6 +9,7 @@
WPAGUI=wpa_gui-qt4
CFLAGS = -Wall -g
+LDFLAGS = -Wl,--as-needed
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
CFLAGS += -O0
@@ -24,7 +25,7 @@
dh_testdir
# wpa_supplicant
- CFLAGS="$(CFLAGS)" $(MAKE) -C wpa_supplicant all
+ CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" $(MAKE) -C wpa_supplicant all
# manpages
$(MAKE) -C wpa_supplicant/doc/docbook man
More information about the Pkg-wpa-devel
mailing list