]> git.armaanb.net Git - asd-repo.git/blob - core/syslinux/build
ncurses, dvtm: reduce size of terminfo db
[asd-repo.git] / core / syslinux / build
1 #!/bin/sh -e
2
3 for file in *.patch; do
4     patch -p1 < "$file"
5 done
6
7 # Fix missing <sys/sysmacros.h> include.
8 sed -i 's@vfs.h>@vfs.h>\n#include <sys/sysmacros.h>@' extlinux/main.c
9
10 # Disable debugging and development "stuff".
11 : > mk/devel.mk
12
13 make -j1 \
14     PYTHON=python \
15     bios efi64 installer
16
17 make -j1 \
18     INSTALLROOT="$1" \
19     MANDIR=/usr/share/man \
20     SBINDIR=/usr/bin \
21     AUXDIR=/usr/lib/syslinux \
22     bios efi64 install