From 06e8329c48ac2b06d15d35c13e56f53c7f94de7e Mon Sep 17 00:00:00 2001 From: Olly Betts Date: Mon, 7 Mar 2011 23:01:26 +0000 Subject: [PATCH] No need to add . to LD_LIBRARY_PATH for PHP. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12522 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Examples/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/Makefile.in b/Examples/Makefile.in index 32eaeccd9..3b0a86ec4 100644 --- a/Examples/Makefile.in +++ b/Examples/Makefile.in @@ -781,7 +781,7 @@ PHP=@PHP@ PHPSCRIPT ?= runme.php php_run: - env LD_LIBRARY_PATH=.:$$LD_LIBRARY_PATH $(RUNTOOL) $(PHP) -n -q -d extension_dir=. -d safe_mode=Off $(PHPSCRIPT) + $(RUNTOOL) $(PHP) -n -q -d extension_dir=. -d safe_mode=Off $(PHPSCRIPT) # ----------------------------------------------------------------- # Cleaning the PHP examples