blob: e3008de1b44cb5b33d1b446be225a95132286e04 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
name=dhcpcd
version=10.2.3
release=1
source="https://github.com/NetworkConfiguration/$name/releases/download/v$version/$name-$version.tar.xz
run"
sv="run"
build_opt="--without-udev"
prebuild() {
# fix when using libressl
if [ -f $SPM_PKGDB/libressl ]; then
sed -i 's/RAND_priv_bytes/RAND_pseudo_bytes/g' compat/arc4random.c
fi
}
|