diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2018-08-10 13:06:28 +0000 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2018-08-10 13:06:28 +0000 |
commit | b564ab6807cc8133142c88cb180e4784881e95cf (patch) | |
tree | 31493fbdebd363de855438cdba1e06b8ecf57eaa /core/syslinux/PKGBUILD | |
parent | 9f07f8e51f08a85c000ed48c7d3e72f38f17c818 (diff) | |
parent | 21ae949aaf08083cbae30d64ee1650adccc365dd (diff) | |
download | packages-b564ab6807cc8133142c88cb180e4784881e95cf.tar.xz |
Merge branch 'master' into i486
Diffstat (limited to 'core/syslinux/PKGBUILD')
-rw-r--r-- | core/syslinux/PKGBUILD | 13 |
1 files changed, 13 insertions, 0 deletions
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 + ' +)" + |