r11659 - in /desktop/unstable/ekiga/debian: changelog rules

lool at users.alioth.debian.org lool at users.alioth.debian.org
Fri Jun 22 11:12:51 UTC 2007


Author: lool
Date: Fri Jun 22 11:12:51 2007
New Revision: 11659

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=11659
Log:
* Make sure configure may use LDFLAGS but use empty LDFLAGS for now.

Modified:
    desktop/unstable/ekiga/debian/changelog
    desktop/unstable/ekiga/debian/rules

Modified: desktop/unstable/ekiga/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/ekiga/debian/changelog?rev=11659&op=diff
==============================================================================
--- desktop/unstable/ekiga/debian/changelog (original)
+++ desktop/unstable/ekiga/debian/changelog Fri Jun 22 11:12:51 2007
@@ -1,12 +1,16 @@
 ekiga (2.0.9-2) UNRELEASED; urgency=low
 
+  [ Kilian Krause ]
   * NOT YET RELEASED.
   * Fix get-orig-source target.
   * Remove transparent icon patch. Incorporated upstream.
   * Remove direct dependency on libpt-plugins. This was added to libpt-1.10.0
     itself as of 1.10.7~dfsg packages.
 
- -- Kilian Krause <kilian at debian.org>  Sun, 27 May 2007 18:50:59 +0200
+  [ Loic Minier ]
+  * Make sure configure may use LDFLAGS but use empty LDFLAGS for now.
+
+ -- Loic Minier <lool at dooz.org>  Fri, 22 Jun 2007 13:12:06 +0200
 
 ekiga (2.0.9-1) unstable; urgency=low
 

Modified: desktop/unstable/ekiga/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/ekiga/debian/rules?rev=11659&op=diff
==============================================================================
--- desktop/unstable/ekiga/debian/rules (original)
+++ desktop/unstable/ekiga/debian/rules Fri Jun 22 11:12:51 2007
@@ -22,7 +22,8 @@
 
 CFLAGS = -Wall -g
 CXXFLAGS = -Wall -g
-LDFLAGS += -Wl,--as-needed
+# --as-needed is relatively risky and should be added with -z defs if possible
+#LDFLAGS += -Wl,-z,defs -Wl,--as-needed
 
 DEBVERSION:=$(shell head -n 1 debian/changelog \
 		    | sed -e 's/^[^(]*(\([^)]*\)).*/\1/')
@@ -44,7 +45,7 @@
 
 config.status: patch-stamp
 	dh_testdir
-	CXXFLAGS="$(CXXFLAGS)" CFLAGS="$(CFLAGS)" ./configure $(confflags) --prefix=/usr \
+	CXXFLAGS="$(CXXFLAGS)" CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)" ./configure $(confflags) --prefix=/usr \
 				--mandir=\$${prefix}/share/man \
 				--infodir=\$${prefix}/share/info \
 				--with-pwlib=/usr \




More information about the pkg-gnome-commits mailing list