summaryrefslogtreecommitdiff
path: root/src/stage3/patches/numactl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'src/stage3/patches/numactl.patch')
-rw-r--r--src/stage3/patches/numactl.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/stage3/patches/numactl.patch b/src/stage3/patches/numactl.patch
new file mode 100644
index 0000000..7cc7349
--- /dev/null
+++ b/src/stage3/patches/numactl.patch
@@ -0,0 +1,15 @@
+--- a/PKGBUILD 2018-03-15 19:34:23.378134553 +0100
++++ b/PKGBUILD 2018-03-15 19:36:12.358273444 +0100
+@@ -13,6 +13,12 @@ source=(https://sources.archlinux.org/ot
+ md5sums=('d3bc88b7ddb9f06d60898f4816ae9127')
+ sha1sums=('0846670269824078a4eae8a977728175437b0da4')
+
++prepare() {
++ cd "$srcdir/$pkgname-${pkgver/_/-}"
++ @CONFIG_SUB@ > build-aux/config.sub
++ @CONFIG_GUESS@ > build-aux/config.guess
++}
++
+ build() {
+ cd "$srcdir/$pkgname-${pkgver/_/-}"
+ ./configure --prefix=/usr