summaryrefslogtreecommitdiff
path: root/src/stage4/patches/generic/xz.patch
blob: 55c6edc30e20563a061cff393e99efb4bd29f163 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/PKGBUILD	2018-03-22 15:17:01.702094570 +0100
+++ b/PKGBUILD	2018-03-22 15:22:48.140682766 +0100
@@ -20,7 +20,7 @@ build() {
 
 	./configure --prefix=/usr \
 		--disable-rpath \
-		--enable-werror
+		--disable-werror
 	make
 }