← recipes

Commit 6b92099

0
plików
+0
dodanych
-0
usuniętych
@@ -1,6 +1,6 @@
1 1 pkgname: dkms
2 2 pkgver: '3.2.1'
3 -pkgrel: '1'
3 +pkgrel: '2'
4 4 pkgdesc: 'Dynamic Kernel Modules System - automatic rebuild of out-of-tree kernel modules'
5 5 url: 'https://github.com/dell/dkms'
6 6 arch: x86_64
@@ -11,6 +11,9 @@ depends:
11 11 - kmod
12 12 - gcc
13 13 - make
14 +# binutils (ld/as): DKMS wywołuje `make modules` w drzewie jądra – bez linkera
15 +# i asemblera build modułu pada z „ld: not found”.
16 +- binutils
14 17 - patch
15 18
16 19 makedepends: