File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ archs=(rm2)
6
6
pkgnames=(linux-mainline)
7
7
pkgdesc=" reMarkable 2 kernel based on the mainline kernel"
8
8
url=https://www.kernel.org
9
- pkgver=6.3.0-2
9
+ pkgver=6.3.0-3
10
10
timestamp=2023-08-23T21:50:09Z
11
11
section=kernel
12
12
maintainer=
" Alistair Francis <[email protected] >"
@@ -28,7 +28,7 @@ sha256sums=(
28
28
build () {
29
29
cp remarkable_defconfig arch/arm/configs/
30
30
ARCH=arm make remarkable_defconfig
31
- ARCH=arm make -j8
31
+ ARCH=arm PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig/ PKG_CONFIG_SYSROOT_DIR= " " make -j8
32
32
}
33
33
34
34
package () {
@@ -40,7 +40,7 @@ package() {
40
40
cp --no-dereference " $srcdir " /arch/arm/boot/dts/imx7d-remarkable2.dtb \
41
41
" $staging " /boot/zero-sugar.dtb
42
42
43
- ARCH=arm make -C " $srcdir " modules_install INSTALL_MOD_PATH=" $staging "
43
+ ARCH=arm PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig/ PKG_CONFIG_SYSROOT_DIR= " " make -C " $srcdir " modules_install INSTALL_MOD_PATH=" $staging "
44
44
rm " $staging " /lib/modules/* /{source,build}
45
45
46
46
# Create the kernel archive
You can’t perform that action at this time.
0 commit comments