kernel: mpc85xx: fix build of kmod-usb2-fsl
[openwrt/svn-archive/archive.git] / target / linux / uml / patches-4.4 / 100-link-libpthread.patch
1 --- a/scripts/link-vmlinux.sh
2 +++ b/scripts/link-vmlinux.sh
3 @@ -62,7 +62,7 @@ vmlinux_link()
4 -Wl,--start-group \
5 ${KBUILD_VMLINUX_MAIN} \
6 -Wl,--end-group \
7 - -lutil -lrt ${1}
8 + -lutil -lrt -lpthread ${1}
9 rm -f linux
10 fi
11 }