elilo: 3.14 -> 3.16
This commit is contained in:
parent
b24783899e
commit
354f039ca4
@ -1 +1 @@
|
||||
d16086bcb228d2c25e241d73c1bf36be elilo-3.14-all.tar.gz
|
||||
31ae4652b0bd4580b37640054e7146bc elilo-3.16-all.tar.gz
|
||||
|
@ -4,12 +4,16 @@
|
||||
# Depends on: gnu-efi
|
||||
|
||||
name=elilo
|
||||
version=3.14
|
||||
version=3.16
|
||||
release=1
|
||||
source=(http://download.sourceforge.net/${name}/${name}-${version}-all.tar.gz)
|
||||
build() {
|
||||
tar xzf elilo-$version-source.tar.gz
|
||||
cd elilo
|
||||
cd "${SRC}/elilo-${version}-source/"
|
||||
#sed -i 's|-fno-stack-protector|-DGNU_EFI_USE_MS_ABI -fno-stack-protector|g' Make.defaults
|
||||
#sed -i 's|DEBUGFLAGS = -Wall|DEBUGFLAGS = -Wall -Wno-error|g' Make.defaults
|
||||
sed -i 's|dpkg-architecture -qDEB_BUILD_ARCH|uname -m|g' Make.defaults
|
||||
|
||||
make -j1
|
||||
install -D elilo.efi $PKG/usr/share/elilo/elilo.efi
|
||||
install -D tools/eliloalt $PKG/usr/sbin/eliloalt
|
||||
|
Loading…
x
Reference in New Issue
Block a user