From: vsr Date: Fri, 8 Apr 2005 05:26:50 +0000 (+0000) Subject: Fix PAL8562: rpath (rpath-link) option needs parameter - directory to search shared... X-Git-Tag: V2_2_3~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=a3171b1ac2db3299375e26785066f3932c346975;p=modules%2Fgeom.git Fix PAL8562: rpath (rpath-link) option needs parameter - directory to search shared objects in. --- 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++