diff options
author | Andreas Baumann <mail@andreasbaumann.cc> | 2022-04-09 08:28:15 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2022-04-09 08:28:15 +0200 |
commit | edfb241626f46cf2cc889825c37daf390ca3e094 (patch) | |
tree | e86b7fa8dbcd833fa03645f8a840d27c36011dd3 /core/libaio/PKGBUILD | |
parent | 119f0165ca55ba34ab19197be5e009aa0351f240 (diff) | |
download | packages-edfb241626f46cf2cc889825c37daf390ca3e094.tar.xz |
core/libaio: removed all local patching
Diffstat (limited to 'core/libaio/PKGBUILD')
-rw-r--r-- | core/libaio/PKGBUILD | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/core/libaio/PKGBUILD b/core/libaio/PKGBUILD deleted file mode 100644 index 1809af7b..00000000 --- a/core/libaio/PKGBUILD +++ /dev/null @@ -1,23 +0,0 @@ -# see also FS32#30 -# compat-0_1.c:(.text+0xaf): undefined reference to `__stack_chk_fail_local' -eval "$( - declare -f build | \ - sed ' - s/\(CFLAGS=.*\)/#\1/ - s@make$@CFLAGS="-march=${CARCH/_/-} -mtune=generic -O2 -pipe -fno-stack-protector" make@ - ' -)" - -# see also FS#60283 -source+=('libaio-0.3.111-sizeof-template.patch') -md5sums+=('8c240ea721460fa2d34f9e134b57544d') -eval "$( - { - declare -f prepare || \ - printf 'prepare() {\n}\n' - } \ - | sed ' - $i cd "${srcdir}/${pkgname}-${pkgver}" \ - patch -Np1 -i ../libaio-0.3.111-sizeof-template.patch - ' -)" |