mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-08 12:25:23 +01:00
Fix libdir of bison and flex.
This commit is contained in:
parent
bdd0227fdd
commit
94069328ec
2 changed files with 4 additions and 1 deletions
|
|
@ -20,7 +20,9 @@ src_prepare() {
|
|||
}
|
||||
|
||||
src_configure() {
|
||||
./configure --prefix="${PREFIX}" --disable-nls
|
||||
./configure --prefix="${PREFIX}" \
|
||||
--libdir="${PREFIX}/lib/musl" \
|
||||
--disable-nls
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@ src_prepare() {
|
|||
src_configure() {
|
||||
./configure \
|
||||
--prefix="${PREFIX}" \
|
||||
--libdir="${PREFIX}/lib/musl" \
|
||||
--program-suffix=-2.5.33
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue