Package: ncurses
Version: 5.7+20100313-2
Severity: wishlist
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu maverick ubuntu-patch

Hi Craig, Sven,

The Ubuntu ncurses package is carrying a patch to export LDFLAGS in
debian/rules, in order to get ncurses built with -Wl,-Bsymbolic-functions.
Since it's of general use to be able to pass extra linker flags to packages
when building, I would suggest including this patch in Debian as well.
Attached is the trivial patch for this.

Cheers,
-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                    http://www.debian.org/
slanga...@ubuntu.com                                     vor...@debian.org
=== modified file 'debian/rules'
--- debian/rules	2010-03-25 14:13:38 +0000
+++ debian/rules	2010-06-16 18:15:25 +0000
@@ -4,6 +4,8 @@
 
 include /usr/share/quilt/quilt.make
 
+export LDFLAGS
+
 # These are important since this is a library package
 soname=5
 vername=5.7

Reply via email to