Thorsten Leemhuis wrote:
On 19.05.2010 07:20, Kevin Kofler wrote:
> Thorsten Leemhuis wrote:
>> (ยน) I sill hope for two fixes: A updated VirtualBox-OSE-kmod package
>>
https://bugzilla.rpmfusion.org/show_bug.cgi?id=1216 and a new smc
>> package (looking at you Hans! the current one has unsatisfied deps in
>> case you are not aware)
> This patch should fix smc to build:
>
http://repo.calcforge.org/temp/smc-1.9-fix-implicit-linking.patch
> You'll also have to BR libX11-devel.
Many thanks for that. Some more was needed (disclaimer: including a hack
to fix another DSO problem), but then it built Push ion progress.
I think adding:
# Check for the Boost System library
AC_CHECK_LIB(boost_system, main, ,
AC_MSG_ERROR([Unable to find Boost System library]))
to the configure.ac and rerunning autoconf (the configure was generated by
the same autoconf we have in Fedora 12, it seems; the F13 one is newer
though and will thus generate a larger diff) would be the clean fix for
that.
Kevin Kofler