r18250 - /trunk/libgtk2-imageview-perl/debian/rules

ra28145-guest at users.alioth.debian.org ra28145-guest at users.alioth.debian.org
Tue Apr 1 18:32:00 UTC 2008


Author: ra28145-guest
Date: Tue Apr  1 18:31:59 2008
New Revision: 18250

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=18250
Log:
+ LDFLAGS = -Wl,--as-needed to avoid ImageView.so shouldn't be linked with --- (it uses none of its symbols).

Modified:
    trunk/libgtk2-imageview-perl/debian/rules

Modified: trunk/libgtk2-imageview-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libgtk2-imageview-perl/debian/rules?rev=18250&op=diff
==============================================================================
--- trunk/libgtk2-imageview-perl/debian/rules (original)
+++ trunk/libgtk2-imageview-perl/debian/rules Tue Apr  1 18:31:59 2008
@@ -14,6 +14,7 @@
 PERL   ?= /usr/bin/perl
 PACKAGE = $(shell dh_listpackages)
 TMP     = $(CURDIR)/debian/$(PACKAGE)
+LDFLAGS = -Wl,--as-needed
 
 # Allow disabling build optimisation by setting noopt in
 # $DEB_BUILD_OPTIONS




More information about the Pkg-perl-cvs-commits mailing list