summaryrefslogtreecommitdiff
path: root/src/stage2/patches/elfutils.patch
diff options
context:
space:
mode:
Diffstat (limited to 'src/stage2/patches/elfutils.patch')
-rw-r--r--src/stage2/patches/elfutils.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/stage2/patches/elfutils.patch b/src/stage2/patches/elfutils.patch
new file mode 100644
index 0000000..fa7705b
--- /dev/null
+++ b/src/stage2/patches/elfutils.patch
@@ -0,0 +1,11 @@
+--- a/PKGBUILD 2018-02-20 11:24:49.506123482 +0100
++++ b/PKGBUILD 2018-02-20 11:25:27.462565435 +0100
+@@ -26,7 +26,7 @@ build() {
+ export CFLAGS=${CFLAGS/-fno-plt} # fix make check with i686
+
+ CFLAGS+=" -g" # required for test-suite success
+- ./configure --prefix=/usr --program-prefix="eu-" --enable-deterministic-archives
++ ./configure --host=@CHOST@ --build=@BUILDHOST@ --prefix=/usr --program-prefix="eu-" --enable-deterministic-archives
+
+ make
+ }