From 668e9ab5248eb903f575cb0983d062ca1fceac8c Mon Sep 17 00:00:00 2001 From: nijtmans Date: Fri, 17 Oct 2008 20:09:49 +0000 Subject: fix missing "-Wl," prefix in HP-UX build --- unix/configure | 2 +- unix/tcl.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/unix/configure b/unix/configure index 7e26c83..237562d 100755 --- a/unix/configure +++ b/unix/configure @@ -4921,7 +4921,7 @@ fi DL_LIBS="-ldld" LDFLAGS="$LDFLAGS -Wl,-E" CC_SEARCH_FLAGS='-Wl,+s,+b,${LIB_RUNTIME_DIR}:.' - LD_SEARCH_FLAGS='-Wl,+s +b ${LIB_RUNTIME_DIR}:.' + LD_SEARCH_FLAGS='-Wl,+s -Wl,+b ${LIB_RUNTIME_DIR}:.' LD_LIBRARY_PATH_VAR="SHLIB_PATH" fi diff --git a/unix/tcl.m4 b/unix/tcl.m4 index 3e4979a..c1dc401 100644 --- a/unix/tcl.m4 +++ b/unix/tcl.m4 @@ -1267,7 +1267,7 @@ dnl AC_CHECK_TOOL(AR, ar) DL_LIBS="-ldld" LDFLAGS="$LDFLAGS -Wl,-E" CC_SEARCH_FLAGS='-Wl,+s,+b,${LIB_RUNTIME_DIR}:.' - LD_SEARCH_FLAGS='-Wl,+s +b ${LIB_RUNTIME_DIR}:.' + LD_SEARCH_FLAGS='-Wl,+s -Wl,+b ${LIB_RUNTIME_DIR}:.' LD_LIBRARY_PATH_VAR="SHLIB_PATH" ]) AS_IF([test "$GCC" = yes], [ -- cgit v0.12