From 34ca8dd9adb62c1154f979887a38483d73da978b Mon Sep 17 00:00:00 2001 From: Jung-uk Kim Date: Wed, 29 Aug 2012 11:27:23 +0200 Subject: fdo#54015: At least FreeBSD ld requires -z origin when RPATH contains $ORIGIN Signed-off-by: Stephan Bergmann : * bulk replacement of "-Wl,-z,origin,-rpath,..." with "-Wl,-z,origin -Wl,rpath,..." * additional hunk for directory/c-sdk/config/FreeBSD.mk in moz/seamonkey-source-1.1.14.patch did not apply and has been dropped Change-Id: Ie60c696f041108e819ce8f799cff6f58e63a5ad7 --- stlport/STLport-4.5.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stlport') diff --git a/stlport/STLport-4.5.patch b/stlport/STLport-4.5.patch index 0a0027594ad3..dd6b499ee156 100644 --- a/stlport/STLport-4.5.patch +++ b/stlport/STLport-4.5.patch @@ -137,7 +137,7 @@ +# +# +LINK=ar cr -+DYN_LINK=${CXX} -Wl,-rpath,'$$ORIGIN' ${PTHREAD_LIBS} -fexceptions -shared -o ++DYN_LINK=${CXX} -Wl,-z,origin -Wl,-rpath,'$$ORIGIN' ${PTHREAD_LIBS} -fexceptions -shared -o + +OBJEXT=o +DYNEXT=so @@ -449,7 +449,7 @@ +# +# +LINK=ar cr -+DYN_LINK=$(CXX) -Wl,-rpath,'$$ORIGIN' -fexceptions -shared -o ++DYN_LINK=$(CXX) -Wl,-z,origin -Wl,-rpath,'$$ORIGIN' -fexceptions -shared -o + +OBJEXT=o +DYNEXT=so -- cgit