uml: update to linux 4.4
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 48265
This commit is contained in:
11
target/linux/uml/patches-4.4/100-link-libpthread.patch
Normal file
11
target/linux/uml/patches-4.4/100-link-libpthread.patch
Normal file
@@ -0,0 +1,11 @@
|
||||
--- a/scripts/link-vmlinux.sh
|
||||
+++ b/scripts/link-vmlinux.sh
|
||||
@@ -62,7 +62,7 @@
|
||||
-Wl,--start-group \
|
||||
${KBUILD_VMLINUX_MAIN} \
|
||||
-Wl,--end-group \
|
||||
- -lutil -lrt ${1}
|
||||
+ -lutil -lrt -lpthread ${1}
|
||||
rm -f linux
|
||||
fi
|
||||
}
|
||||
Reference in New Issue
Block a user