commit 1d08a9f
chld
·
2026-08-23 02:12:16 +0000 UTC
parent 11ca651
alsa-utils: eradicate nhlt
1 files changed,
+3,
-0
+3,
-0
1@@ -50,6 +50,9 @@ build() {
2 --disable-alsaloop \
3 --enable-static || die "configure failed"
4 overwrite_libtool
5+ rm -rf nhlt/ topology/nhlt/
6+ sed -i 's/nhlt//g' Makefile
7+ sed -i 's/nhlt//g' topology/Makefile
8 gmake PREFIX="$PREFIX" CC="$static_cc" CFLAGS="-static $eflags" LDFLAGS='-static' -j"$NPROC" || die "make failed"
9 gmake PREFIX="$PREFIX" DESTDIR="$PKG" install || die "make install failed"
10 }