From 0c3b88c56d3e5ca88272ad7bdf856ceefb83b97a Mon Sep 17 00:00:00 2001 From: Enno Boland Date: Tue, 24 May 2016 14:47:34 +0200 Subject: [PATCH] vmtouch: apply voids LDFLAGS. --- srcpkgs/vmtouch/patches/fix-ldflags.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 srcpkgs/vmtouch/patches/fix-ldflags.patch diff --git a/srcpkgs/vmtouch/patches/fix-ldflags.patch b/srcpkgs/vmtouch/patches/fix-ldflags.patch new file mode 100644 index 00000000000..49fdc2b991d --- /dev/null +++ b/srcpkgs/vmtouch/patches/fix-ldflags.patch @@ -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