diff options
Diffstat (limited to 'lilo/Pkgfile')
-rw-r--r-- | lilo/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lilo/Pkgfile b/lilo/Pkgfile index c339530d6..f61f692ae 100644 --- a/lilo/Pkgfile +++ b/lilo/Pkgfile @@ -5,14 +5,14 @@ name=lilo version=24.2 -release=1 +release=2 source=(https://www.joonet.de/lilo/ftp/sources/$name-$version.tar.gz \ $name-config.patch lilo.conf) build() { cd $name-$version patch -p1 -i $SRC/$name-config.patch - make all + make CFLAGS="$CFLAGS -fcommon" all make DESTDIR=$PKG install install -m 644 $SRC/lilo.conf $PKG/etc } |