aboutsummarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJonathan Wright2020-10-26 22:16:52 +0000
committerJonathan Wright2020-10-26 22:16:52 +0000
commit924616e35ecc2968fbf2f93cd1ff8b0694ed7325 (patch)
tree5f382b3f27f7fb089229cc6c2fc9f4e29b891d75 /PKGBUILD
parent78522f491578c8f6a1683394f0caf9a6d8f1bdb1 (diff)
downloadaur-924616e35ecc2968fbf2f93cd1ff8b0694ed7325.tar.gz
Revert CONFIG_DEBUG_INFO_BTF and add pahole support
CONFIG_DEBUG_INFO_BTF now requires pahole to be present, and it seems that without CONFIG_DEBUG_INFO_BTF enabled the kernel package increases in size by approx 15x.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 712adfacf2a0..214ed749fda9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc='Linux git'
url="https://www.kernel.org"
arch=(x86_64)
license=(GPL2)
-makedepends=(bc kmod libelf git)
+makedepends=(bc kmod libelf git pahole)
options=('!strip')
_srcname=linux
source=(
@@ -17,7 +17,7 @@ source=(
config # the main kernel config file
)
sha256sums=('SKIP'
- 'ff6ed758e3e0f41aee968c117f96dd802e3ee1a9eacc5a2621576e4e94d98e24')
+ '4876208fb4c758dfe73f36139a69d47c9d6dbe32f30d2fdb3140d4591fbd687c')
export KBUILD_BUILD_HOST=archlinux
export KBUILD_BUILD_USER=$pkgbase