Package: vmtouch / 1.3.0-1

add-LDFLAGS-to-cc-call.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: add LDFLAGS to cc call
Origin: debian
Last-Update: 2017-08-07

--- vmtouch-1.3.0.orig/Makefile
+++ vmtouch-1.3.0/Makefile
@@ -10,7 +10,7 @@ all: vmtouch vmtouch.8
 .PHONY: all install clean uninstall
 
 vmtouch: vmtouch.c
-	${CC} ${CFLAGS} -o vmtouch vmtouch.c
+	${CC} ${CFLAGS} ${LDFLAGS} -o vmtouch vmtouch.c
 
 vmtouch.8: vmtouch.pod
 	pod2man --section 8 --center "System Manager's Manual" --release " " vmtouch.pod > vmtouch.8