wiredtiger: remove
This commit is contained in:
parent
9f512b8cf7
commit
142177c83e
2 changed files with 0 additions and 59 deletions
|
@ -1,28 +0,0 @@
|
|||
--- ext/test/fail_fs/fail_fs.c 2017-05-26 20:37:54.000000000 +0200
|
||||
+++ ext/test/fail_fs/fail_fs.c 2017-05-27 23:53:50.203903712 +0200
|
||||
@@ -35,7 +35,9 @@
|
||||
#include <unistd.h>
|
||||
#include <fcntl.h>
|
||||
#include <sys/stat.h>
|
||||
+#ifdef __GLIBC__
|
||||
#include <execinfo.h>
|
||||
+#endif
|
||||
|
||||
#include <wiredtiger_ext.h>
|
||||
#include "queue.h"
|
||||
@@ -697,6 +699,7 @@
|
||||
(void)wtext->msg_printf(wtext, session,
|
||||
"fail_fs: %s: simulated failure after %" PRId64
|
||||
" %s operations", fail_fh->iface.name, nops, opkind);
|
||||
+#ifdef __GLIBC__
|
||||
#ifdef __FreeBSD__
|
||||
btret = backtrace(bt, sizeof(bt) / sizeof(bt[0]));
|
||||
#else
|
||||
@@ -708,6 +711,7 @@
|
||||
btstr[i]);
|
||||
free(btstr);
|
||||
}
|
||||
+#endif
|
||||
}
|
||||
return (EIO);
|
||||
}
|
|
@ -1,31 +0,0 @@
|
|||
# Template file for 'wiredtiger'
|
||||
pkgname=wiredtiger
|
||||
version=2.9.3
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-verbose --enable-zlib --enable-lz4 --enable-snappy"
|
||||
makedepends="zlib-devel liblz4-devel snappy-devel"
|
||||
short_desc="High performance, scalable, platform for data management"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="GPL-3"
|
||||
homepage="http://source.wiredtiger.com/"
|
||||
distfiles="https://github.com/wiredtiger/wiredtiger/releases/download/$version/wiredtiger-$version.tar.bz2"
|
||||
checksum=2502a90d6b3d3cae0b1bf221cbfe13999d3bcb7f8bb9fa795ad870be4fc0e1e7
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
aarch64*)
|
||||
CFLAGS+=" -march=armv8-a+crc"
|
||||
esac
|
||||
|
||||
# checking for a 64-bit build... configure: error: WiredTiger requires a 64-bit build.
|
||||
only_for_archs="aarch64 aarch64-musl x86_64 x86_64-musl ppc64le ppc64le-musl ppc64-musl"
|
||||
|
||||
wiredtiger-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/share/man/man3
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/lib/*.a
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue