tags 565026 +patch
thanks
Hi,
attached is a patch which fixes the problem with gcc-4.5.
Cheers,
Stefan.
diff -Nur -x '*.orig' -x '*~' libfreebob-1.0.11//src/libfreebobavc/avc_extended_plug_info.cpp libfreebob-1.0.11.new//src/libfreebobavc/avc_extended_plug_info.cpp
--- libfreebob-1.0.11//src/
Package: libmpc
Version: 2:0.1~r459-1
Severity: wishlist
Tags: patch
Hi,
libmpc fails to build if --as-needed is used as linker flag, as this enforces
strict ordering of the libraries (symbol users before symbol definitions),
see [1,2].
Attached is a patch which corrects the linking order.
Chee