Index: STLport-4.5.patch =================================================================== RCS file: /cvs/external/stlport/STLport-4.5.patch,v retrieving revision 1.16 diff -u -p -r1.16 STLport-4.5.patch --- STLport-4.5.patch 30 Jul 2004 15:10:08 -0000 1.16 +++ STLport-4.5.patch 19 Jan 2005 11:44:54 -0000 @@ -169,7 +169,7 @@ ! # ! # ! LINK=ar cr -! DYN_LINK=$(CXX) --fexceptions -shared -o +! DYN_LINK=$(CXX) -Wl,-rpath,\''$$ORIGIN'\' --fexceptions -shared -o ! ! OBJEXT=o ! DYNEXT=so