[med-svn] r2855 - trunk/packages/dicomscope/trunk/debian

malat-guest at alioth.debian.org malat-guest at alioth.debian.org
Sun Dec 28 01:16:49 UTC 2008


Author: malat-guest
Date: 2008-12-28 01:16:49 +0000 (Sun, 28 Dec 2008)
New Revision: 2855

Modified:
   trunk/packages/dicomscope/trunk/debian/rules
Log:
set JAVA_HOME helper for cmake

Modified: trunk/packages/dicomscope/trunk/debian/rules
===================================================================
--- trunk/packages/dicomscope/trunk/debian/rules	2008-12-28 01:12:57 UTC (rev 2854)
+++ trunk/packages/dicomscope/trunk/debian/rules	2008-12-28 01:16:49 UTC (rev 2855)
@@ -17,9 +17,12 @@
 DEB_HOST_GNU_TYPE   ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
 DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 
+# tested with sun-java5-jdk:
+# this is needed for cmake 2.6.0 to do a proper system inspection
+JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun/
+export JAVA_HOME
 
 CFLAGS = -Wall -g
-
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -O0
 else




More information about the debian-med-commit mailing list