mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-25 05:47:00 +00:00
cb04b8d582
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 48783
12 lines
338 B
Diff
12 lines
338 B
Diff
--- a/scripts/link-vmlinux.sh
|
|
+++ b/scripts/link-vmlinux.sh
|
|
@@ -62,7 +62,7 @@ vmlinux_link()
|
|
-Wl,--start-group \
|
|
${KBUILD_VMLINUX_MAIN} \
|
|
-Wl,--end-group \
|
|
- -lutil -lrt ${1}
|
|
+ -lutil -lrt -lpthread ${1}
|
|
rm -f linux
|
|
fi
|
|
}
|