aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice-3-devel/files/patch-i104015
blob: 72147bd49e2343ff1ebd83df4f39385560647f40 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
origin support

--- stlport/STLport-4.5.patch~	2009-07-23 10:00:59.000000000 +0900
+++ stlport/STLport-4.5.patch	2009-08-03 01:33:01.000000000 +0900
@@ -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