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
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
pkgname=linux-samsung-zeroltexx
|
pkgname=linux-samsung-zeroltexx
|
||||||
pkgver=3.10.108
|
pkgver=3.10.108
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="Samsung Galaxy S6 edge kernel fork"
|
pkgdesc="Samsung Galaxy S6 edge kernel fork"
|
||||||
arch="aarch64"
|
arch="aarch64"
|
||||||
_carch="arm64"
|
_carch="arm64"
|
||||||
@ -39,6 +39,7 @@ prepare() {
|
|||||||
build() {
|
build() {
|
||||||
unset LDFLAGS
|
unset LDFLAGS
|
||||||
make O="$_outdir" ARCH="$_carch" CC="${CC:-gcc}" \
|
make O="$_outdir" ARCH="$_carch" CC="${CC:-gcc}" \
|
||||||
|
KCPPFLAGS=-mstrict-align KCFLAGS=-mstrict-align \
|
||||||
KBUILD_BUILD_VERSION="$((pkgrel + 1 ))-postmarketOS"
|
KBUILD_BUILD_VERSION="$((pkgrel + 1 ))-postmarketOS"
|
||||||
|
|
||||||
# Master DTB (deviceinfo_bootimg_qcdt)
|
# Master DTB (deviceinfo_bootimg_qcdt)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user