1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-02 09:47:23 +03:00

clean up lib64 linking paths the same way as lib

Signed-off-by: Michael Adam <obnox@samba.org>
This commit is contained in:
Björn Jacke 2009-03-11 15:32:49 +01:00 committed by Michael Adam
parent da06a345cc
commit 066cbb5835
2 changed files with 16 additions and 4 deletions

10
source3/m4/aclocal.m4 vendored
View File

@ -386,11 +386,17 @@ AC_DEFUN(LIB_REMOVE_USR_LIB,[
case [$]l[$]i in
-L/usr/lib) ;;
-L/usr/lib/) ;;
-Wl,-rpath,/usr/lib) ;;
-Wl,-rpath,/usr/lib/) ;;
-L/usr/lib64) ;;
-L/usr/lib64/) ;;
-Wl,-rpath,/usr/lib) l="";;
-Wl,-rpath,/usr/lib/) l="";;
-Wl,-rpath,/usr/lib64) l="";;
-Wl,-rpath,/usr/lib64/) l="";;
-Wl,-rpath) l=[$]i;;
-Wl,-rpath-Wl,/usr/lib) l="";;
-Wl,-rpath-Wl,/usr/lib/) l="";;
-Wl,-rpath-Wl,/usr/lib64) l="";;
-Wl,-rpath-Wl,/usr/lib64/) l="";;
*)
s=" "
if test x"[$]ac_new_flags" = x""; then

10
source4/aclocal.m4 vendored
View File

@ -31,11 +31,17 @@ AC_DEFUN(LIB_REMOVE_USR_LIB,[
case [$]l[$]i in
-L/usr/lib) ;;
-L/usr/lib/) ;;
-Wl,-rpath,/usr/lib) ;;
-Wl,-rpath,/usr/lib/) ;;
-L/usr/lib64) ;;
-L/usr/lib64/) ;;
-Wl,-rpath,/usr/lib) l="";;
-Wl,-rpath,/usr/lib/) l="";;
-Wl,-rpath,/usr/lib64) l="";;
-Wl,-rpath,/usr/lib64/) l="";;
-Wl,-rpath) l=[$]i;;
-Wl,-rpath-Wl,/usr/lib) l="";;
-Wl,-rpath-Wl,/usr/lib/) l="";;
-Wl,-rpath-Wl,/usr/lib64) l="";;
-Wl,-rpath-Wl,/usr/lib64/) l="";;
*)
s=" "
if test x"[$]ac_new_flags" = x""; then