mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-19 17:53:00 +01:00
Pass variables to make explicitly in musl-1.1.24
This commit is contained in:
parent
4f9f56f006
commit
a74f3166f3
1 changed files with 2 additions and 2 deletions
|
|
@ -24,10 +24,10 @@ src_configure() {
|
||||||
}
|
}
|
||||||
|
|
||||||
src_compile() {
|
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() {
|
src_install() {
|
||||||
rm -rf "${PREFIX}/include"
|
rm -rf "${PREFIX}/include"
|
||||||
make install
|
make PREFIX="${PREFIX}" DESTDIR="${DESTDIR}" install
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue