Pass variables to make explicitly in musl-1.1.24

This commit is contained in:
Dor Askayo 2022-09-16 13:36:07 +03:00
parent 4f9f56f006
commit a74f3166f3
1 changed files with 2 additions and 2 deletions

View File

@ -24,10 +24,10 @@ src_configure() {
}
src_compile() {
make CROSS_COMPILE= CFLAGS="-DSYSCALL_NO_TLS" AS_CMD='as -o $@ $<'
make PREFIX="${PREFIX}" CROSS_COMPILE= CFLAGS="-DSYSCALL_NO_TLS" AS_CMD='as -o $@ $<'
}
src_install() {
rm -rf "${PREFIX}/include"
make install
make PREFIX="${PREFIX}" DESTDIR="${DESTDIR}" install
}