[Pkg-xfce-commits] r3104 - goodies/trunk/xfce4-mailwatch-plugin/debian

Yves-Alexis Perez corsac at alioth.debian.org
Thu Apr 9 08:04:34 UTC 2009


Author: corsac
Date: 2009-04-09 20:04:34 +0000 (Thu, 09 Apr 2009)
New Revision: 3104

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

Modified: goodies/trunk/xfce4-mailwatch-plugin/debian/changelog
===================================================================
--- goodies/trunk/xfce4-mailwatch-plugin/debian/changelog	2009-04-09 19:54:15 UTC (rev 3103)
+++ goodies/trunk/xfce4-mailwatch-plugin/debian/changelog	2009-04-09 20:04:34 UTC (rev 3104)
@@ -6,8 +6,10 @@
   * debian/control:
     - update standards version to 3.8.1.
     - update debhelper build-dep to 7.
+  * debian/rules:
+    - add -Wl,-z,-defs -Wl,--as-needed to LDFLAGS.
 
- -- Yves-Alexis Perez <corsac at debian.org>  Thu, 09 Apr 2009 21:52:53 +0200
+ -- Yves-Alexis Perez <corsac at debian.org>  Thu, 09 Apr 2009 22:00:03 +0200
 
 xfce4-mailwatch-plugin (1.1.0-1) unstable; urgency=low
 

Modified: goodies/trunk/xfce4-mailwatch-plugin/debian/rules
===================================================================
--- goodies/trunk/xfce4-mailwatch-plugin/debian/rules	2009-04-09 19:54:15 UTC (rev 3103)
+++ goodies/trunk/xfce4-mailwatch-plugin/debian/rules	2009-04-09 20:04:34 UTC (rev 3104)
@@ -3,6 +3,7 @@
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
+LDFLAGS+=-Wl,-z,-defs -Wl,--as-needed
 
 binary-post-install/xfce4-mailwatch-plugin::
 	-rm -rf debian/`dh_listpackages`/usr/lib/xfce4/panel-plugins/*.a




More information about the Pkg-xfce-commits mailing list