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