mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-22 19:16:32 +01:00
Update dhcpcd to 10.0.1
There was a bit of churn with the tarballs - hopefully this doesn't happen again.
This commit is contained in:
parent
1292d6ab9c
commit
99bad05173
6 changed files with 3 additions and 3 deletions
|
|
@ -1,24 +0,0 @@
|
|||
# SPDX-FileCopyrightText: 2022 fosslinux <fosslinux@aussies.space>
|
||||
#
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
|
||||
rm src/dhcpcd-embedded.c.in
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
CC=gcc ./configure \
|
||||
--prefix="${PREFIX}" \
|
||||
--libdir="${LIBDIR}" \
|
||||
--sbindir="${PREFIX}/bin" \
|
||||
--disable-embedded \
|
||||
--disable-auth
|
||||
}
|
||||
|
||||
src_install() {
|
||||
default
|
||||
mkdir -p "${DESTDIR}/var/db/dhcpcd"
|
||||
mkdir -p "${DESTDIR}/var/run/dhcpcd"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue