diff options
Diffstat (limited to 'repos/extra/syslinux/abuild')
| -rwxr-xr-x | repos/extra/syslinux/abuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/repos/extra/syslinux/abuild b/repos/extra/syslinux/abuild deleted file mode 100755 index bd534632..00000000 --- a/repos/extra/syslinux/abuild +++ /dev/null @@ -1,21 +0,0 @@ -name=syslinux -version=6.03 -release=2 -source="http://www.kernel.org/pub/linux/utils/boot/$name/$name-$version.tar.xz - $name-Makefile.patch - $name-sysmacros.patch - $name-fix-missing-stdio.patch" -skip_patch=1 -unset CFLAGS -unset CXXFLAGS - -build() { - patch -p0 -i $SRC/$name-Makefile.patch - patch -p1 -i $SRC/$name-sysmacros.patch - patch -p1 -i $SRC/$name-fix-missing-stdio.patch - - export LDFLAGS="$LDFLAGS --no-dynamic-linker" - - make OPTFLAGS="$CFLAGS -fcommon" installer - make -j1 OPTFLAGS="$CFLAGS -fcommon" INSTALLROOT=$PKG MANDIR=/usr/share/man install -} |