samsung-zeroltexx: fix audio (MR 2263)
Fix memory alignment issue that led to crashes by adding the -mstrict-align compiler flags. [ci:skip-build] already built successfully in CI
This commit is contained in:
parent
424528a799
commit
8efe40cee0
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
pkgname=linux-samsung-zeroltexx
|
||||
pkgver=3.10.108
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Samsung Galaxy S6 edge kernel fork"
|
||||
arch="aarch64"
|
||||
_carch="arm64"
|
||||
|
@ -39,6 +39,7 @@ prepare() {
|
|||
build() {
|
||||
unset LDFLAGS
|
||||
make O="$_outdir" ARCH="$_carch" CC="${CC:-gcc}" \
|
||||
KCPPFLAGS=-mstrict-align KCFLAGS=-mstrict-align \
|
||||
KBUILD_BUILD_VERSION="$((pkgrel + 1 ))-postmarketOS"
|
||||
|
||||
# Master DTB (deviceinfo_bootimg_qcdt)
|
||||
|
|
Loading…
Add table
Reference in a new issue