summaryrefslogtreecommitdiff
path: root/html
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-06-03 19:21:26 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-06-03 19:21:26 +0000
commitf37aa98097f82045a0ac3087c9876054f55e5609 (patch)
tree14a69a13f4f5736894f56565273bdba60484d39e /html
parentd9567a58e6436442eaa793541ebee552b69d431c (diff)
Propagate $shlibpath_var not to use LD_LIBRARY_PATH (OSX and friends)
(based on a llvm commit by Jeffrey Yasskin :p)
Diffstat (limited to 'html')
-rw-r--r--html/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/html/Makefile.in b/html/Makefile.in
index 62791b9..9d0b2bb 100644
--- a/html/Makefile.in
+++ b/html/Makefile.in
@@ -156,6 +156,7 @@ RANLIB = @RANLIB@
SED = @SED@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
+SHLIBPATH_VAR = @SHLIBPATH_VAR@
SOCKET_LIBS = @SOCKET_LIBS@
STRIP = @STRIP@
THREADS_CFLAGS = @THREADS_CFLAGS@