[Pkg-xfce-commits] r3290 - goodies/trunk/xfce4-weather-plugin/debian

Yves-Alexis Perez corsac at alioth.debian.org
Tue Jun 9 08:15:30 UTC 2009


Author: corsac
Date: 2009-06-09 20:15:30 +0000 (Tue, 09 Jun 2009)
New Revision: 3290

Modified:
   goodies/trunk/xfce4-weather-plugin/debian/changelog
   goodies/trunk/xfce4-weather-plugin/debian/rules
Log:
* debian/rules:
  - -Wl,-z,defs -Wl,--as-needed added to LDFLAGS.

Modified: goodies/trunk/xfce4-weather-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-weather-plugin/debian/changelog	2009-06-09 20:14:38 UTC (rev 3289)
+++ goodies/trunk/xfce4-weather-plugin/debian/changelog	2009-06-09 20:15:30 UTC (rev 3290)
@@ -9,8 +9,10 @@
     - 03_use-gtk-2.12-api added, prettify tooltips using gtk 2.12 API.
     - 04_handle-network-config-changes added, correctly handle network
       reconfiguration.
+  * debian/rules:
+    - -Wl,-z,defs -Wl,--as-needed added to LDFLAGS.
 
- -- Yves-Alexis Perez <corsac at debian.org>  Tue, 09 Jun 2009 22:14:17 +0200
+ -- Yves-Alexis Perez <corsac at debian.org>  Tue, 09 Jun 2009 22:15:08 +0200
 
 xfce4-weather-plugin (0.6.2-2) unstable; urgency=low
 

Modified: goodies/trunk/xfce4-weather-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-weather-plugin/debian/rules	2009-06-09 20:14:38 UTC (rev 3289)
+++ goodies/trunk/xfce4-weather-plugin/debian/rules	2009-06-09 20:15:30 UTC (rev 3290)
@@ -7,6 +7,7 @@
 # (see below for the dirty hack)
 
 include /usr/share/cdbs/1/class/autotools.mk
+LDFLAGS+=-Wl,-z,defs -Wl,--as-needed
 
 makebuilddir/xfce4-weather-plugin::
 	-rm config.status




More information about the Pkg-xfce-commits mailing list