2019-06-25 06:58:01 -06:00
|
|
|
#!/bin/sh -e
|
|
|
|
|
2023-09-09 16:06:54 -06:00
|
|
|
patch -p1 < nhlt-use-stdint.h-types.patch
|
|
|
|
|
2019-06-25 06:58:01 -06:00
|
|
|
./configure \
|
2020-02-10 13:52:52 -07:00
|
|
|
--prefix=/usr \
|
|
|
|
--sbindir=/usr/bin \
|
2020-04-16 23:49:56 -06:00
|
|
|
--with-udev-rules-dir=/usr/lib/udev/rules.d \
|
2019-06-25 06:58:01 -06:00
|
|
|
--disable-alsaconf \
|
2019-10-05 08:56:30 -06:00
|
|
|
--disable-bat \
|
2020-04-18 23:37:41 -06:00
|
|
|
--disable-xmlto \
|
|
|
|
--disable-nls
|
2019-06-25 06:58:01 -06:00
|
|
|
|
|
|
|
make
|
2023-03-02 07:40:00 -07:00
|
|
|
make DESTDIR="$1" install
|