mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-03-02 11:42:27 +00:00
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
|
|
}
|