[csw-devel] SF.net SVN: gar:[9859] csw/mgar/pkg/bdb50/trunk/Makefile

rthurner at users.sourceforge.net rthurner at users.sourceforge.net
Thu May 13 11:37:03 CEST 2010


Revision: 9859
          http://gar.svn.sourceforge.net/gar/?rev=9859&view=rev
Author:   rthurner
Date:     2010-05-13 09:37:03 +0000 (Thu, 13 May 2010)

Log Message:
-----------
bdb50 - adjust java version. now the configure test passes

Modified Paths:
--------------
    csw/mgar/pkg/bdb50/trunk/Makefile

Modified: csw/mgar/pkg/bdb50/trunk/Makefile
===================================================================
--- csw/mgar/pkg/bdb50/trunk/Makefile	2010-05-12 13:23:00 UTC (rev 9858)
+++ csw/mgar/pkg/bdb50/trunk/Makefile	2010-05-13 09:37:03 UTC (rev 9859)
@@ -83,7 +83,9 @@
 LIBS += -lnsl
 export LIBS
 
-PATH := /usr/jdk1.6.0_07/bin:$(PATH)
+JAVA_HOME := /usr/jdk1.6.0_20
+export JAVA_HOME
+PATH := $(JAVA_HOME)/bin:$(PATH)
 export PATH
 
 configure-dist:


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.


More information about the devel mailing list