mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
lilo: update to 24.2.
This commit is contained in:
parent
6971b51f6a
commit
fa08de2017
1 changed files with 5 additions and 5 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'lilo'
|
# Template file for 'lilo'
|
||||||
pkgname=lilo
|
pkgname=lilo
|
||||||
version=24.1
|
version=24.2
|
||||||
revision=7
|
revision=1
|
||||||
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
||||||
hostmakedepends="bin86"
|
hostmakedepends="bin86"
|
||||||
makedepends="device-mapper-devel"
|
makedepends="device-mapper-devel"
|
||||||
short_desc="Standard Linux boot loader"
|
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/"
|
homepage="https://alioth.debian.org/projects/lilo/"
|
||||||
license="BSD"
|
license="BSD"
|
||||||
distfiles="${DEBIAN_SITE}/main/l/${pkgname}/${pkgname}_${version}.orig.tar.gz"
|
distfiles="${DEBIAN_SITE}/main/l/${pkgname}/${pkgname}_${version}.orig.tar.gz"
|
||||||
checksum=a15280edacb8bca31b9163d65e61270b8c06cb9ffea74374a3a42164a13d4532
|
checksum=e158f19de4560c935ebe0507c21b79bff17618b9230d8076fe8c5fff9fdbd5b1
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
sed -i Makefile src/Makefile \
|
sed -i Makefile src/Makefile \
|
||||||
|
@ -20,7 +20,7 @@ pre_build() {
|
||||||
}
|
}
|
||||||
do_build() {
|
do_build() {
|
||||||
# LILO needs LC_ALL=C
|
# 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() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue