summaryrefslogtreecommitdiff
path: root/src/stage2/patches/elfutils.patch
blob: fa7705b5fc68a75fcadb68e4864c9b2a8099531a (plain)
1
2
3
4
5
6
7
8
9
10
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
 }