mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-09 21:05:24 +01:00
Set --libdir when configuring gettext 0.21
This commit is contained in:
parent
3e3f7036f2
commit
9d84539a70
2 changed files with 2 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ src_prepare() {
|
|||
}
|
||||
|
||||
src_configure() {
|
||||
./configure --prefix="${PREFIX}" --enable-static --disable-shared --disable-java
|
||||
./configure --prefix="${PREFIX}" --libdir="${PREFIX}/lib/musl" --enable-static --disable-shared --disable-java
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue