mirror of
https://github.com/dynup/kpatch
synced 2024-12-12 16:34:40 +00:00
readme: explicitly include elfutils dependency for Ubuntu
Without this, kpatch-build bombs out because it cannot find eu-readelf. Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org>
This commit is contained in:
parent
932e0377bd
commit
9ce3e3c090
@ -172,7 +172,7 @@ apt-get install make gcc libelf-dev
|
|||||||
Install the dependencies for the "kpatch-build" command:
|
Install the dependencies for the "kpatch-build" command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
apt-get install dpkg-dev devscripts
|
apt-get install dpkg-dev devscripts elfutils
|
||||||
apt-get build-dep linux
|
apt-get build-dep linux
|
||||||
|
|
||||||
# required on ppc64le
|
# required on ppc64le
|
||||||
|
Loading…
Reference in New Issue
Block a user