summarylogtreecommitdiffstats
path: root/makepkg-conf.patch
diff options
context:
space:
mode:
authorDan Beste2018-09-24 14:25:36 -0500
committerDan Beste2018-09-24 14:27:16 -0500
commite9c82fe153e08f3c6dc94c63b816e4ee45cbc0e0 (patch)
treeaaf8753804ff9b08ad400336e62fe61353707aa7 /makepkg-conf.patch
parentfb38bccd3862c6de349127dd898a50a429356d73 (diff)
downloadaur-e9c82fe153e08f3c6dc94c63b816e4ee45cbc0e0.tar.gz
Update PKGBUILD
TODO: Determine whether or not users want the PDF documentation included with the rest of the documentation. I don't see any reason to include it since we're already including the entire wiki... However, I have nothing against including it if requested.
Diffstat (limited to 'makepkg-conf.patch')
-rw-r--r--makepkg-conf.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/makepkg-conf.patch b/makepkg-conf.patch
new file mode 100644
index 000000000000..56b36b0eda3f
--- /dev/null
+++ b/makepkg-conf.patch
@@ -0,0 +1,25 @@
+From 36f5830ea50af5c3c21fc0e132d25273c0391879 Mon Sep 17 00:00:00 2001
+From: Dan Beste <dan.ray.beste@gmail.com>
+Date: Mon, 24 Sep 2018 11:19:01 -0500
+Subject: [PATCH] C{,XX}FLAG normalization
+
+---
+ build.sh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/build.sh b/build.sh
+index 3caee529..b4fdda14 100755
+--- a/build.sh
++++ b/build.sh
+@@ -40,7 +40,7 @@ done
+
+ CC="gcc"
+ LINKER="gcc"
+-COMP_FLAGS="${CPPFLAGS:-} ${CFLAGS:-} -w -O3 -fno-strict-aliasing$extraBuildArgs"
++COMP_FLAGS="${CPPFLAGS:-} ${CFLAGS:-} -w -fno-strict-aliasing"
+ LINK_FLAGS="${LDFLAGS:-} "
+ PS4=""
+ # platform detection
+--
+2.19.0
+