summarylogtreecommitdiffstats
path: root/no-static.patch
blob: 878fea9b1e973cef8bfa4c2adc73caec2cbcc683 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git Makefile Makefile
index 11d1259..01c4cd7 100644
--- Makefile
+++ Makefile
@@ -51,7 +51,7 @@ else
 		DONT_BUILD_LZHAM ?= 1
 		DONT_BUILD_CSC ?= 1
 	else
-		LDFLAGS	+= -lrt -static
+		LDFLAGS	+= -lrt
 	endif
 	LDFLAGS	+= -lpthread
 endif