From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter Korsgaard Date: Sat, 30 Apr 2016 20:43:26 +0200 Subject: [Buildroot] [PATCH] libtommath: add -fPIC In-Reply-To: <20160430145512.34b475dc@free-electrons.com> (Thomas Petazzoni's message of "Sat, 30 Apr 2016 14:55:12 +0200") References: <1462005187-32394-1-git-send-email-francois.perrad@gadz.org> <20160430145512.34b475dc@free-electrons.com> Message-ID: <87twijrl81.fsf@dell.be.48ers.dk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net >>>>> "Thomas" == Thomas Petazzoni writes: > Hello, > On Sat, 30 Apr 2016 10:33:07 +0200, Francois Perrad wrote: >> fix build with x86_64, see >> http://autobuild.buildroot.net/results/212/212469db5dc8399070390603c0fdf7f12b130cda/ >> >> Signed-off-by: Francois Perrad >> --- >> package/libtommath/libtommath.mk | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) > Applied to master, thanks. Hmm, isn't it a bit odd to build a static library with -fPIC? But OK, the error message seems to be from trying to link a shared library with it. -- Bye, Peter Korsgaard