Control: tags -1 - help
Control: tags -1 patch

I do not know what broke it, but the attached patch fixes
(or works around) the problem.

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed

Description: Set LD_LIBRARY_PATH when calling test-java.sh
Author: Adrian Bunk <b...@debian.org>
Bug-Debian: https://bugs.debian.org/852892

--- swi-prolog-7.2.3+dfsg.orig/packages/jpl/Makefile.in
+++ swi-prolog-7.2.3+dfsg/packages/jpl/Makefile.in
@@ -63,7 +63,7 @@ check_pl:	jpltest.jar
 		  echo "No jpltest.jar; maybe junit is not installed?" ; \
 		fi
 check_java:	jpltest.jar
-		JUNIT=$(JUNIT) JAVA=$(JAVA) JAVA_PRELOAD=$(JAVA_PRELOAD) ./test-java.sh
+		$(SO_PATH)="$(JAVA_LIBRARY_PATH)" JUNIT=$(JUNIT) JAVA=$(JAVA) JAVA_PRELOAD=$(JAVA_PRELOAD) ./test-java.sh
 
 jpltest.jar:
 		(cd src/java && $(MAKE) test_jar)

Reply via email to