mirror of
https://git.openwrt.org/openwrt/openwrt.git
synced 2024-11-23 13:36:15 +00:00
337b0c80cb
Refresh all tools patches now that tools/refresh correctly works. CI now checks for them and actively complain if tools have unrefreshed patches. Signed-off-by: Rosen Penev <rosenp@gmail.com> [ reword commit message ] Link: https://github.com/openwrt/openwrt/pull/15524 Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
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")
|