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

ra28145-guest at users.alioth.debian.org ra28145-guest at users.alioth.debian.org
Tue Apr 1 19:08:06 UTC 2008


Author: ra28145-guest
Date: Tue Apr  1 19:08:05 2008
New Revision: 18252

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=18252
Log:
another attempt to get LDFLAGS to work

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=18252&op=diff
==============================================================================
--- trunk/libgtk2-imageview-perl/debian/rules (original)
+++ trunk/libgtk2-imageview-perl/debian/rules Tue Apr  1 19:08:05 2008
@@ -28,8 +28,8 @@
 build-stamp:
 	dh_testdir
 	# Add commands to compile the package here
-	$(PERL) Makefile.PL INSTALLDIRS=vendor
-	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH="" LDFLAGS="-Wl,--as-needed"
+	$(PERL) Makefile.PL INSTALLDIRS=vendor LDFLAGS="-Wl,--as-needed"
+	$(MAKE) OPTIMIZE="$(CFLAGS)" LD_RUN_PATH=""
 	xvfb-run $(MAKE) test
 	touch $@
 




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