diff options
author | Felix Fietkau <nbd@openwrt.org> | 2016-01-17 10:41:52 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2016-01-17 10:41:52 +0000 |
commit | cad399c87b7739c4b8eeb4119706860818f7d84f (patch) | |
tree | c76f6fa265763d9694265b0725ffb9c3e9d7f9c3 /target/linux/uml/patches-4.4/100-link-libpthread.patch | |
parent | 7c0260117f88e4db84701af86bf1668223c52024 (diff) | |
download | upstream-cad399c87b7739c4b8eeb4119706860818f7d84f.tar.gz upstream-cad399c87b7739c4b8eeb4119706860818f7d84f.tar.bz2 upstream-cad399c87b7739c4b8eeb4119706860818f7d84f.zip |
uml: update to linux 4.4
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 48265
Diffstat (limited to 'target/linux/uml/patches-4.4/100-link-libpthread.patch')
-rw-r--r-- | target/linux/uml/patches-4.4/100-link-libpthread.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/target/linux/uml/patches-4.4/100-link-libpthread.patch b/target/linux/uml/patches-4.4/100-link-libpthread.patch new file mode 100644 index 0000000000..297f6d528f --- /dev/null +++ b/target/linux/uml/patches-4.4/100-link-libpthread.patch @@ -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 + } |