tools/mtd-utils: prefer static linking
[openwrt.git] / tools / elftosb / patches / 001-libm.patch
1 --- elftosb-10.12.01/makefile.rules     2012-03-15 11:01:44.979020178 -0400
2 +++ elftosb-10.12.01/makefile.rules     2012-03-15 11:01:16.332761989 -0400
3 @@ -101,7 +101,7 @@
4         keygen.o
5  
6  
7 -LIBS =     -lstdc++
8 +LIBS =     -lstdc++ -lm
9  
10  
11  ifeq ("${UNAMES}", "Linux")