From 1aa739e465b715126fcc81f581837b9310cfe9bf Mon Sep 17 00:00:00 2001 From: vsr Date: Fri, 8 Apr 2005 05:46:02 +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 f6d5ea9..ee4c6fc 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.30.2