Skip to content
Commit 51c9ee06 authored by Thomas Claveirole's avatar Thomas Claveirole Committed by Thomas Petazzoni
Browse files

libfcgi: link with libm when needed



libfcgi uses frexp() and thus should link with libm, but fails to do
so.  Thus link errors with programs that use libfcgi (the bug does
appear only with uClibc, because the GNU libc provides frexp()
directly in libc.so).  Modify 0003-link-against-math.patch so libfcgi
links against math, instead of programs that need it.

Signed-off-by: default avatarThomas Claveirole <thomas.claveirole@green-communications.fr>
Signed-off-by: default avatarThomas Petazzoni <thomas.petazzoni@free-electrons.com>
parent 62725839
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment