From 0092dd3d12f83954176809913cca7d4eb7a3fcff Mon Sep 17 00:00:00 2001 From: vsr Date: Fri, 15 May 2009 13:13:24 +0000 Subject: [PATCH] Issue 0019980: EDF 818 OTHER : Get rid of the RPATH issues in packaging --- salome_adm/unix/config_files/ac_linker_options.m4 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/salome_adm/unix/config_files/ac_linker_options.m4 b/salome_adm/unix/config_files/ac_linker_options.m4 index dd2abdbf4..580b38b24 100644 --- a/salome_adm/unix/config_files/ac_linker_options.m4 +++ b/salome_adm/unix/config_files/ac_linker_options.m4 @@ -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*) -- 2.39.2