Date: Sat, 20 Sep 2014 09:49:29 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 193791] New: [PATCH] Correctly link the .so files in x11-toolkits/blt Message-ID: <bug-193791-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=193791 Bug ID: 193791 Summary: [PATCH] Correctly link the .so files in x11-toolkits/blt Product: Ports Tree Version: Latest Hardware: arm OS: Any Status: Needs Triage Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: Andrew@FreeBSD.org Created attachment 147502 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=147502&action=edit Patch to use the compiler to linkthe .so files. The attached patch makes the x11-toolkits/blt port use cc instead of ld to link the two shared objects it creates. This fixes a problem on arm where the shared object will attempt to access symbols in libgcc, however the .so files don't link against libgcc the build fails. With this patch I can successfully build the port on a Wandboard. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-193791-13>