aboutsummaryrefslogtreecommitdiffstats
path: root/community/gitstatus/make-ldlibs.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/gitstatus/make-ldlibs.patch')
-rw-r--r--community/gitstatus/make-ldlibs.patch5
1 files changed, 5 insertions, 0 deletions
diff --git a/community/gitstatus/make-ldlibs.patch b/community/gitstatus/make-ldlibs.patch
new file mode 100644
index 00000000000..914933baf3d
--- /dev/null
+++ b/community/gitstatus/make-ldlibs.patch
@@ -0,0 +1,5 @@
+--- a/Makefile
++++ b/Makefile
+@@ -15,1 +15,1 @@
+-LDLIBS += -lgit2 # -lprofiler -lunwind
++LDLIBS := -lgit2 $(LDLIBS) # -lprofiler -lunwind