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