mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-13 10:33:50 +02:00
linux4.14: let linux4.14-headers detect its dependency on libelf.
This is needed for /usr/src/kernel-headers-4.14.4_1/tools/objtool/objtool, which is new with CONFIG_ORC_UNWINDER=y.
This commit is contained in:
parent
79ff05cab2
commit
9d4c9dcbf3
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'linux4.14'
|
# Template file for 'linux4.14'
|
||||||
pkgname=linux4.14
|
pkgname=linux4.14
|
||||||
version=4.14.5
|
version=4.14.5
|
||||||
revision=1
|
revision=2
|
||||||
patch_args="-Np1"
|
patch_args="-Np1"
|
||||||
wrksrc="linux-${version}"
|
wrksrc="linux-${version}"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
|
@ -274,7 +274,6 @@ do_install() {
|
||||||
linux4.14-headers_package() {
|
linux4.14-headers_package() {
|
||||||
preserve=yes
|
preserve=yes
|
||||||
nostrip=yes
|
nostrip=yes
|
||||||
noverifyrdeps=yes
|
|
||||||
noshlibprovides=yes
|
noshlibprovides=yes
|
||||||
short_desc+=" - source headers for 3rd party modules"
|
short_desc+=" - source headers for 3rd party modules"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue