From 21ae949aaf08083cbae30d64ee1650adccc365dd Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 10 Aug 2018 11:46:02 +0200 Subject: core/syslinux: patched for minor/major (sysmacros.h) --- core/syslinux/PKGBUILD | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 core/syslinux/PKGBUILD (limited to 'core/syslinux/PKGBUILD') diff --git a/core/syslinux/PKGBUILD b/core/syslinux/PKGBUILD new file mode 100644 index 00000000..410b180a --- /dev/null +++ b/core/syslinux/PKGBUILD @@ -0,0 +1,13 @@ +# include sysmacros.h in extlinux, otherwise you get undefined references +# to minor and major + +source+=(syslinux-sysmacros.patch) +sha1sums+=('52c5233da147acd41d542b1673835be966b561e3') + +eval "$( + declare -f prepare | \ + sed ' + /patch.*efi_no_kbd/a patch -p1 < ../syslinux-sysmacros.patch + ' +)" + -- cgit v1.2.3-54-g00ecf