summarylogtreecommitdiffstats
path: root/macro-quotation.patch
diff options
context:
space:
mode:
authorNicola Squartini2019-06-30 14:42:33 +0900
committerNicola Squartini2019-06-30 14:42:33 +0900
commit6ca8f52f6f5c21046b2fcd86eb5bc77b03d01da7 (patch)
tree248e6dcb2a40f0d25e359207d37f06b9c7c6318c /macro-quotation.patch
parent16f3bb9e72bf8551267f528a4fd20c2b800222de (diff)
downloadaur-6ca8f52f6f5c21046b2fcd86eb5bc77b03d01da7.tar.gz
Update to fa1c8b36
Diffstat (limited to 'macro-quotation.patch')
-rw-r--r--macro-quotation.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/macro-quotation.patch b/macro-quotation.patch
new file mode 100644
index 000000000000..c5e1b6afc3f4
--- /dev/null
+++ b/macro-quotation.patch
@@ -0,0 +1,11 @@
+--- a/Makefile
++++ b/Makefile
+@@ -188,7 +188,7 @@
+
+ ALL_PROGRAMS =
+
+-CPPFLAGS = -DBINTOPKGLIBEXECDIR='"'$(shell sh tools/rel.sh $(bindir) $(pkglibexecdir))'"'
++CPPFLAGS = -DBINTOPKGLIBEXECDIR="\"$(shell sh tools/rel.sh $(bindir) $(pkglibexecdir))\""
+ CFLAGS = $(CPPFLAGS) $(CWARNFLAGS) $(CDEBUGFLAGS) $(COPTFLAGS) -I $(CCANDIR) $(EXTERNAL_INCLUDE_FLAGS) -I . -I/usr/local/include $(FEATURES) $(COVFLAGS) $(DEV_CFLAGS) -DSHACHAIN_BITS=48 -DJSMN_PARENT_LINKS $(PIE_CFLAGS) $(COMPAT_CFLAGS)
+
+ # We can get configurator to run a different compile cmd to cross-configure.