This is an automated email from the git hooks/post-receive script. gert-guest pushed a commit to branch master in repository gdcm.
commit 8ad858f0d17fd865e225401114fa00f3e9458ca9 Author: Gert Wollny <[email protected]> Date: Sat Feb 27 19:42:51 2016 +0000 d/rules: add vtk6.jar path to cmake command line --- debian/rules | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 8053cc0..6a73b60 100755 --- a/debian/rules +++ b/debian/rules @@ -79,7 +79,9 @@ CMAKE_EXTRA_FLAGS += -DCMAKE_SKIP_RPATH=ON \ -DGDCM_INSTALL_JAVAMODULE_DIR:STRING=lib/$(DEB_HOST_MULTIARCH)/jni \ -DGDCM_NO_PYTHON_LIBS_LINKING:BOOL=ON \ -DGDCM_INSTALL_LIB_DIR:STRING=lib/$(DEB_HOST_MULTIARCH) \ - -DGDCM_USE_VTK:BOOL=ON + -DGDCM_USE_VTK:BOOL=ON \ + -DVTK_JAVA_JAR=/usr/share/java/vtk6.jar + override_dh_auto_configure: dh_auto_configure -- $(CMAKE_EXTRA_FLAGS) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gdcm.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
