summaryrefslogtreecommitdiffstats
path: root/kbuild-AFTER_LINK.patch
diff options
context:
space:
mode:
authorThorsten Leemhuis <fedora@leemhuis.info>2016-01-14 08:25:51 +0100
committerThorsten Leemhuis <fedora@leemhuis.info>2016-01-14 08:25:51 +0100
commitb6ebe9e384e237d096e8df147a3b79e7bee01949 (patch)
tree40c130f19ff9c7c46c570bd792c66b7f5561d825 /kbuild-AFTER_LINK.patch
parent93f83f67e9372a9754f6d268cbdec1fe54465f8e (diff)
parentc63e7e1438acbb3cb9748725a344f5b28e249636 (diff)
downloadkernel-4.5.0-0.rc0.git2.1.vanilla.knurd.1.fc22.tar.gz
kernel-4.5.0-0.rc0.git2.1.vanilla.knurd.1.fc22.tar.xz
kernel-4.5.0-0.rc0.git2.1.vanilla.knurd.1.fc22.zip
Merge branch 'master' into f22-user-thl-vanilla-rawhidekernel-4.5.0-0.rc0.git2.1.vanilla.knurd.1.fc22
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