From a93de1db49efae16aec70558c4ce894beec5e5cf Mon Sep 17 00:00:00 2001 From: vsr Date: Fri, 8 Apr 2005 05:28:57 +0000 Subject: [PATCH] Fix PAL8562: rpath (rpath-link) option needs parameter - directory to search shared objects in. --- adm_local/unix/make_commence.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adm_local/unix/make_commence.in b/adm_local/unix/make_commence.in index 3dd63a555..55a110fa8 100644 --- a/adm_local/unix/make_commence.in +++ b/adm_local/unix/make_commence.in @@ -10,7 +10,7 @@ HAVE_SSTREAM=@HAVE_SSTREAM@ LIBS=@LIBS@ -LDFLAGS=@LDFLAGS@ -L$(top_builddir)/lib/salome -Xlinker -rpath-link -Xlinker -L$(top_builddir)/lib/salome +LDFLAGS=@LDFLAGS@ -L$(top_builddir)/lib/salome -Xlinker -rpath-link -Xlinker $(top_builddir)/lib/salome # add libstdc++ to link c++ library with libtool ! LDFLAGS+= -lstdc++ -- 2.39.2