mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-25 12:36:32 +01:00
Add dhcpcd 9.4.1
This commit is contained in:
parent
0ce50a6393
commit
b614b3021d
6 changed files with 157 additions and 1 deletions
16
sysa/dhcpcd-9.4.1/dhcpcd-9.4.1.sh
Executable file
16
sysa/dhcpcd-9.4.1/dhcpcd-9.4.1.sh
Executable file
|
|
@ -0,0 +1,16 @@
|
|||
# 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}" \
|
||||
--disable-embedded \
|
||||
--disable-auth
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue