[vtk6] 01/01: Add --as-needed to LDFLAGS. (Closes: #747436)

Anton Gladky gladk at moszumanska.debian.org
Thu May 8 20:28:33 UTC 2014


This is an automated email from the git hooks/post-receive script.

gladk pushed a commit to branch master
in repository vtk6.

commit c15ddf064b1dd35dc2f1bfd66937a9dedf711891
Author: Anton Gladky <gladk at debian.org>
Date:   Thu May 8 22:28:09 2014 +0200

    Add --as-needed to LDFLAGS. (Closes: #747436)
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index b476d4c..d49b9e0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ export JAVA_HOME=/usr/lib/jvm/default-java
 %:
 	dh $@ --buildsystem=cmake --builddirectory=$(BUILDDIR) --with python2 --with javahelper --parallel
 
-# Module_vtkjsoncpp:BOOL=OFF as we use A. Gladky patch to use system jsoncpp 
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 extra_flags +=  \
  -DCMAKE_VERBOSE_MAKEFILE:BOOL=$(DH_VERBOSE) \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/vtk6.git



More information about the debian-science-commits mailing list