lilo: update to 24.2.

This commit is contained in:
Juan RP 2015-11-26 07:22:34 +01:00
parent 6971b51f6a
commit fa08de2017

View File

@ -1,16 +1,16 @@
# Template file for 'lilo'
pkgname=lilo
version=24.1
revision=7
version=24.2
revision=1
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
hostmakedepends="bin86"
makedepends="device-mapper-devel"
short_desc="Standard Linux boot loader"
maintainer="Sören Tempel <soeren+void@soeren-tempel.net>"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="https://alioth.debian.org/projects/lilo/"
license="BSD"
distfiles="${DEBIAN_SITE}/main/l/${pkgname}/${pkgname}_${version}.orig.tar.gz"
checksum=a15280edacb8bca31b9163d65e61270b8c06cb9ffea74374a3a42164a13d4532
checksum=e158f19de4560c935ebe0507c21b79bff17618b9230d8076fe8c5fff9fdbd5b1
pre_build() {
sed -i Makefile src/Makefile \
@ -20,7 +20,7 @@ pre_build() {
}
do_build() {
# LILO needs LC_ALL=C
LC_ALL=C make CC=${CC} ${makejobs} all
LC_ALL=C make CC=${CC} CFLAGS="$CFLAGS $LDFLAGS" ${makejobs} all
}
do_install() {