vmtouch: apply voids LDFLAGS.

This commit is contained in:
Enno Boland 2016-05-24 14:47:34 +02:00
parent 1760e45e40
commit 0c3b88c56d
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- Makefile.orig 2016-05-24 14:45:53.763863505 +0200
+++ Makefile 2016-05-24 14:46:02.136862879 +0200
@@ -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