aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/uml/patches-4.4/100-link-libpthread.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2016-01-17 10:41:52 +0000
committerFelix Fietkau <nbd@openwrt.org>2016-01-17 10:41:52 +0000
commit6821fa9bf6e8aaddfa53b8b0a7e62e53515ea7a5 (patch)
treeb26ae05f3b0c5761f9c3543454623df8cb4ccf48 /target/linux/uml/patches-4.4/100-link-libpthread.patch
parentd18cc4e6f6086d3c6cf055ad9193aa335bca1b09 (diff)
downloadmaster-187ad058-6821fa9bf6e8aaddfa53b8b0a7e62e53515ea7a5.tar.gz
master-187ad058-6821fa9bf6e8aaddfa53b8b0a7e62e53515ea7a5.tar.bz2
master-187ad058-6821fa9bf6e8aaddfa53b8b0a7e62e53515ea7a5.zip
uml: update to linux 4.4
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@48265 3c298f89-4303-0410-b956-a3cf2f4a3e73
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.patch11
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
+ }