summarylogtreecommitdiffstats
path: root/0001-No-Werror.patch
diff options
context:
space:
mode:
authorcyrozap2022-04-09 10:36:31 -0500
committercyrozap2022-04-09 10:36:31 -0500
commit70d8b5101f2b2823130773cbd7d60cf6f1c7e740 (patch)
tree1fdfb9a2dd1aaea5aa1e704de97bb37b5a8291d3 /0001-No-Werror.patch
parent58bad66e7dbaf1befa9c8ad6f830505139f1dc74 (diff)
downloadaur-70d8b5101f2b2823130773cbd7d60cf6f1c7e740.tar.gz
Let makepkg fetch and build everything directly
Thanks to selurvedu and xx55tt for their patches.
Diffstat (limited to '0001-No-Werror.patch')
-rw-r--r--0001-No-Werror.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/0001-No-Werror.patch b/0001-No-Werror.patch
new file mode 100644
index 000000000000..16a200bf8c56
--- /dev/null
+++ b/0001-No-Werror.patch
@@ -0,0 +1,11 @@
+--- a/patches/patch0.txt 2022-04-09 09:44:03.315600710 -0500
++++ b/patches/patch0.txt 2022-04-09 09:48:30.086995431 -0500
+@@ -38123,7 +38123,7 @@
+ CFLAGS += $(EXTRA_CFLAGS) $(INCLUDEDIR) -D_FILE_OFFSET_BITS=64 \
+ -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DCOMP_DEFAULT=\"$(COMP_DEFAULT)\" \
+ - -Wall
+-+ -Wall -Werror #-DSQUASHFS_TRACE
+++ -Wall #-DSQUASHFS_TRACE
+
+ LIBS = -lpthread -lm
+ ifeq ($(GZIP_SUPPORT),1)