summaryrefslogtreecommitdiffstats
path: root/kbuild-AFTER_LINK.patch
diff options
context:
space:
mode:
authorJustin M. Forbes <jforbes@redhat.com>2016-01-13 16:27:14 -0600
committerJustin M. Forbes <jforbes@redhat.com>2016-01-13 16:27:14 -0600
commit6236659f01a3085fe4a264fbfd99491005eb01b4 (patch)
tree0c8e71e56839b3536106e572cacc965bdf03e997 /kbuild-AFTER_LINK.patch
parent21c9cae290bdd8f1588b72c2babedb760159c76d (diff)
downloadkernel-6236659f01a3085fe4a264fbfd99491005eb01b4.tar.gz
kernel-6236659f01a3085fe4a264fbfd99491005eb01b4.tar.xz
kernel-6236659f01a3085fe4a264fbfd99491005eb01b4.zip
v4.4-3408-g6799060
Diffstat (limited to 'kbuild-AFTER_LINK.patch')
-rw-r--r--kbuild-AFTER_LINK.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/kbuild-AFTER_LINK.patch b/kbuild-AFTER_LINK.patch
index 805b6eef8..7e8cba5b9 100644
--- a/kbuild-AFTER_LINK.patch
+++ b/kbuild-AFTER_LINK.patch
@@ -111,7 +111,7 @@ index dacf71a..72cbefd 100755
--- a/scripts/link-vmlinux.sh
+++ b/scripts/link-vmlinux.sh
@@ -65,6 +65,10 @@ vmlinux_link()
- -lutil -lrt ${1}
+ -lutil -lrt -lpthread ${1}
rm -f linux
fi
+ if [ -n "${AFTER_LINK}" ]; then