3 Apr 14:05
r11774 - trunk/fundev/sources/lib/run-time/pentium-freebsd
From: <andreas <at> gwydiondylan.org>
Subject: r11774 - trunk/fundev/sources/lib/run-time/pentium-freebsd
Newsgroups: gmane.comp.lang.dylan.gwydion.cvs
Date: 2008-04-03 12:05:42 GMT
Subject: r11774 - trunk/fundev/sources/lib/run-time/pentium-freebsd
Newsgroups: gmane.comp.lang.dylan.gwydion.cvs
Date: 2008-04-03 12:05:42 GMT
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 {
--
--
Gd-chatter mailing list
Gd-chatter <at> gwydiondylan.org
https://www.opendylan.org/mailman/listinfo/gd-chatter
(Continue reading)
RSS Feed