diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2017-06-24 09:45:40 +0000 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-08-28 08:33:40 +0000 |
commit | 10b228e6bbc9ad6dd3637703b0a553afeda2bf09 (patch) | |
tree | dfef7d734f5cf3c3d1f0677ab2fe5b45670c9b96 /main/linux-headers | |
parent | 62b8906c55a0531a349f2ad4763451ba3fed5a20 (diff) | |
download | aports-10b228e6bbc9ad6dd3637703b0a553afeda2bf09.tar.bz2 aports-10b228e6bbc9ad6dd3637703b0a553afeda2bf09.tar.xz |
main/linux-headers: fix debug package
Diffstat (limited to 'main/linux-headers')
-rw-r--r-- | main/linux-headers/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/linux-headers/APKBUILD b/main/linux-headers/APKBUILD index 17f0a004e8..ea5fc73532 100644 --- a/main/linux-headers/APKBUILD +++ b/main/linux-headers/APKBUILD @@ -8,7 +8,7 @@ url="http://kernel.org" arch="all" license='GPL2' makedepends="perl" -options="!strip !tracedeps" +options="!dbg !strip !tracedeps" source="https://kernel.org/pub/linux/kernel/v4.x/linux-$_kernver.tar.xz https://kernel.org/pub/linux/kernel/v4.x/patch-$pkgver.xz 0001-libc-compat.h-fix-some-issues-arising-from-in6.h.patch |