alicelinux

A lightweight musl + clang/llvm + libressl + busybox distro
git clone https://codeberg.org/emmett1/alicelinux
Log | Files | Refs | README | LICENSE

abuild (336B)


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