aboutsummaryrefslogtreecommitdiff
path: root/dhcpcd/abuild
blob: 4701cbd744ea455443e34d964aba15ad57b6cabc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
name=dhcpcd
version=10.3.0
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
}