mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 13:41:20 +02:00
6 lines
138 B
Diff
6 lines
138 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -15,1 +15,1 @@
|
|
-LDLIBS += -lgit2 # -lprofiler -lunwind
|
|
+LDLIBS := -lgit2 $(LDLIBS) # -lprofiler -lunwind
|