summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-02-14 21:24:37 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-02-14 21:24:37 +0100
commitda45c587a0e996b874faa6e1e6e7d46934c66e99 (patch)
treefb32067b7505d4981a09df70dd3b905178976e3f
parentaf72fb4887329aec950d513572e7f762401a118d (diff)
now at popt
-rw-r--r--src/stage1/patches/libpipeline.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/stage1/patches/libpipeline.patch b/src/stage1/patches/libpipeline.patch
new file mode 100644
index 0000000..e6f5025
--- /dev/null
+++ b/src/stage1/patches/libpipeline.patch
@@ -0,0 +1,11 @@
+--- a/PKGBUILD 2018-02-14 21:18:20.122232163 +0100
++++ b/PKGBUILD 2018-02-14 21:19:26.006380399 +0100
+@@ -16,7 +16,7 @@ validpgpkeys=('AC0A4FF12611B6FCCF01C1113
+
+ build() {
+ cd $pkgname-$pkgver
+- ./configure --prefix=/usr
++ ./configure --host=@TARGET@ --prefix=/usr
+ make
+ }
+