[Gd-chatter] r11774 - trunk/fundev/sources/lib/run-time/pentium-freebsd
andreas at gwydiondylan.org
andreas at gwydiondylan.org
Thu Apr 3 14:05:42 CEST 2008
Author: andreas
Date: Thu Apr 3 14:05:42 2008
New Revision: 11774
Modified:
trunk/fundev/sources/lib/run-time/pentium-freebsd/x86-freebsd-build.jam
Log:
job: fd
Set rpath in .so files too.
Modified: trunk/fundev/sources/lib/run-time/pentium-freebsd/x86-freebsd-build.jam
==============================================================================
--- trunk/fundev/sources/lib/run-time/pentium-freebsd/x86-freebsd-build.jam (original)
+++ trunk/fundev/sources/lib/run-time/pentium-freebsd/x86-freebsd-build.jam Thu Apr 3 14:05:42 2008
@@ -336,7 +336,7 @@
}
actions together LinkDLL bind NEEDLIBS {
- $(CC) -shared -o $(<) -T $(LINKSCRIPTDLL) $(LINKFLAGS) $(>) -L"$(LIBPATH)" $(NEEDLIBS) $(LINKLIBS)
+ $(CC) -shared -o $(<) -T $(LINKSCRIPTDLL) -Wl,-rpath,"$(LIBPATH:J=:)" $(LINKFLAGS) $(>) -L"$(LIBPATH)" $(NEEDLIBS) $(LINKLIBS)
}
rule LinkEXE {
More information about the chatter
mailing list