Salome HOME
Issue 0019980: EDF 818 OTHER : Get rid of the RPATH issues in packaging
authorvsr <vsr@opencascade.com>
Fri, 15 May 2009 13:13:24 +0000 (13:13 +0000)
committervsr <vsr@opencascade.com>
Fri, 15 May 2009 13:13:24 +0000 (13:13 +0000)
salome_adm/unix/config_files/ac_linker_options.m4

index dd2abdbf457952d6019bdd370f5ebd87537ee035..580b38b248a030acfb21bb39b15e413650d705be 100644 (file)
@@ -37,6 +37,11 @@ AC_DEFUN([AC_LINKER_OPTIONS],[
   done
   AC_SUBST(LDEXPDYNFLAGS)
 
+  for opt in "-Xlinker -enable-new-dtags" ; do
+    AC_CXX_OPTION($opt,LDFLAGS)
+  done
+  AC_SUBST(LDFLAGS)
+
 dnl 
   case $host_os in
     osf*)