lede/tools/elftosb/patches/001-libm.patch

12 lines
179 B
Diff
Raw Normal View History

--- a/makefile.rules
+++ b/makefile.rules
@@ -101,7 +101,7 @@ OBJ_FILES_KEYGEN = \
2017-09-06 11:19:45 +00:00
keygen.o
-LIBS = -lstdc++
+LIBS = -lstdc++ -lm
ifeq ("${UNAMES}", "Linux")