httping: fix math library linking
authorYuvaraj Patil <yuvaraj.patil@wipro.com>
Wed, 23 Jul 2014 11:47:22 +0000 (17:17 +0530)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Tue, 29 Jul 2014 18:43:09 +0000 (20:43 +0200)
commit8793ddcd6f87b50934a4b4d1a53b7bf54cf650cb
tree11a30cea876afc4bc0177c653790bfb58bfdf2da
parentffc9e4680c1634fd7f2e088889c9ffbd43f4968c
httping: fix math library linking

Add the math library directive '-lm' to linker options at the end.
The order of the math library directive '-lm' matters.

Fixes:

  http://autobuild.buildroot.net/results/843/84382290696e72c23995f5ed020ad5c157817012/

Signed-off-by: Yuvaraj Patil <yuvaraj.patil@wipro.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/httping/httping-0001-fix-math-library-linking.patch [new file with mode: 0644]