mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 19:16:32 +01:00
Set --libdir when configuring dhcpcd 9.4.1
This commit is contained in:
parent
a16440f7c2
commit
8208831e5a
2 changed files with 2 additions and 1 deletions
|
|
@ -11,6 +11,7 @@ src_prepare() {
|
|||
src_configure() {
|
||||
CC=gcc ./configure \
|
||||
--prefix="${PREFIX}" \
|
||||
--libdir="${PREFIX}/lib/musl" \
|
||||
--sbindir="${PREFIX}/bin" \
|
||||
--disable-embedded \
|
||||
--disable-auth
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue