Created attachment 113085 [details] [PATCH] Add -fPIC to libzeitgeist-internal.la and libzeitgeist_datamodel-2.0.la Both libzeitgeist-internal.la and libzeitgeist_datamodel-2.0.la are used to build libzeitgeist-2.0.la, which will be used as a shared library. Not using -fPIC causes build failure.
Can anyone review the patch?
commit 99f196775b0f685e912bd0dc615c2e10d9a927c7 Author: Ting-Wei Lan <lantw@src.gnome.org> Date: Tue Feb 3 03:23:40 2015 +0800 Add -fPIC to libzeitgeist-internal.la and libzeitgeist_datamodel-2.0.la It is needed because libzeitgeist-2.0.la is used as a shared library, which requires all dependencies be built as PIC. https://bugs.freedesktop.org/show_bug.cgi?id=88932
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.