mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 11:06:32 +01:00
Set --libdir when configuring curl 7.83.0
This commit is contained in:
parent
916541707a
commit
3e3f7036f2
3 changed files with 4 additions and 2 deletions
|
|
@ -21,6 +21,7 @@ src_prepare() {
|
|||
src_configure() {
|
||||
LDFLAGS="-static" ./configure \
|
||||
--prefix="${PREFIX}" \
|
||||
--libdir="${PREFIX}/lib/musl" \
|
||||
--build=i386-unknown-linux-gnu \
|
||||
--without-ssl \
|
||||
--disable-hsts
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue