mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
parent
e9d6725594
commit
4dad22c829
1 changed files with 4 additions and 3 deletions
|
@ -2,8 +2,9 @@
|
||||||
pkgname=lilo
|
pkgname=lilo
|
||||||
version=24.1
|
version=24.1
|
||||||
revision=1
|
revision=1
|
||||||
makedepends="bin86"
|
only_for_archs="i686 x86_64"
|
||||||
depends="device-mapper"
|
hostmakedepends="bin86"
|
||||||
|
makedepends="device-mapper-devel"
|
||||||
conf_files="/etc/lilo.conf"
|
conf_files="/etc/lilo.conf"
|
||||||
short_desc="Standard Linux boot loader"
|
short_desc="Standard Linux boot loader"
|
||||||
maintainer="Sören Tempel <soeren+void@soeren-tempel.net>"
|
maintainer="Sören Tempel <soeren+void@soeren-tempel.net>"
|
||||||
|
@ -20,7 +21,7 @@ pre_build() {
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
# LILO needs LC_ALL=C
|
# LILO needs LC_ALL=C
|
||||||
LC_ALL=C make all
|
LC_ALL=C make CC=$CC all
|
||||||
}
|
}
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue