mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-14 11:13:29 +00:00
12 lines
179 B
Diff
12 lines
179 B
Diff
--- a/makefile.rules
|
|
+++ b/makefile.rules
|
|
@@ -101,7 +101,7 @@ OBJ_FILES_KEYGEN = \
|
|
keygen.o
|
|
|
|
|
|
-LIBS = -lstdc++
|
|
+LIBS = -lstdc++ -lm
|
|
|
|
|
|
ifeq ("${UNAMES}", "Linux")
|