summarylogtreecommitdiffstats
path: root/use_cc.patch
diff options
context:
space:
mode:
authorGeorg Schlisio2016-06-28 21:24:28 +0200
committerGeorg Schlisio2016-06-28 21:24:28 +0200
commitab09e47bd9769519fc4a73e98712b684ca378dca (patch)
treee0b917e03d4c334a43810dc61b9a6d5aed524d92 /use_cc.patch
parent892e7533d4190dd1f532941e6a0dbb9dd39ff34c (diff)
downloadaur-ab09e47bd9769519fc4a73e98712b684ca378dca.tar.gz
improvements from jhass added
Diffstat (limited to 'use_cc.patch')
-rw-r--r--use_cc.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/use_cc.patch b/use_cc.patch
new file mode 100644
index 000000000000..85ffab9b3e42
--- /dev/null
+++ b/use_cc.patch
@@ -0,0 +1,12 @@
+diff -r f270a1cf86ce Makefile
+--- a/Makefile Sun Jan 10 19:49:52 2016 +0100
++++ b/Makefile Mon Jun 20 15:34:28 2016 +0200
+@@ -33,7 +33,7 @@
+ xsltproc root-anchors.xsl root-anchors.xml > $@
+
+ %.so: %.o
+- $(LD) $(LDFLAGS) -o $@ $^ $(LDLIBS)
++ $(CC) $(LDFLAGS) -o $@ $^ $(LDLIBS)
+
+ install:
+ install -d $(DESTDIR)$(LUA_LIBDIR)/