linux-pine64-pinephonepro: Use llvm-strip for modules_install
I had originally overlooked that this was necessary. If INSTALL_MOD_STRIP=1 is set when invoking modules_install, we need to set LLVM=1 to ensure that llvm-strip is used instead of GNU binutils strip. Signed-off-by: Jens Reidel <adrian@postmarketos.org> Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/7350>
This commit is contained in:
parent
34ea519d4b
commit
8dc1e78cf7
1 changed files with 2 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ pkgname=linux-pine64-pinephonepro
|
|||
pkgver=6.17.7
|
||||
_pkgver=6.17
|
||||
_tagdate=20251104-2007
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Mainline kernel for the pinephone pro"
|
||||
arch="aarch64"
|
||||
_flavor="${pkgname#linux-}"
|
||||
|
|
@ -63,6 +63,7 @@ package() {
|
|||
mkdir -p "$pkgdir"/boot
|
||||
make zinstall modules_install dtbs_install \
|
||||
ARCH="$_carch" \
|
||||
LLVM=1 \
|
||||
INSTALL_MOD_PATH="$pkgdir" \
|
||||
INSTALL_MOD_STRIP=1 \
|
||||
INSTALL_PATH="$pkgdir"/boot \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue