diff --git a/srcpkgs/lilo/template b/srcpkgs/lilo/template index 50a89b6fb74..597a9c62eb8 100644 --- a/srcpkgs/lilo/template +++ b/srcpkgs/lilo/template @@ -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 " +maintainer="Juan RP " 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() {