Set --libdir when configuring curl 7.83.0

This commit is contained in:
Dor Askayo 2022-09-14 18:31:50 +03:00
parent 916541707a
commit 3e3f7036f2
3 changed files with 4 additions and 2 deletions

View file

@ -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