From 8bedd034a2560e3090de51dc2b25031cd5d5e52d Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Thu, 23 Oct 2014 08:05:55 +0000 Subject: testing/devicemaster-linux: new aport Userspace tools for NS-Link Device Drivers http://www.comtrol.com/resources/product-resources-white-papers/ns-link-device-drivers ref #761 --- testing/devicemaster-linux/makefile.patch | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 testing/devicemaster-linux/makefile.patch (limited to 'testing/devicemaster-linux/makefile.patch') diff --git a/testing/devicemaster-linux/makefile.patch b/testing/devicemaster-linux/makefile.patch new file mode 100644 index 0000000000..da50b9e85a --- /dev/null +++ b/testing/devicemaster-linux/makefile.patch @@ -0,0 +1,19 @@ +--- ./Makefile.orig ++++ ./Makefile +@@ -52,13 +52,13 @@ + nslink.o: nslink.o nslink.c nslink_int.h nslink.h version.h + + nslinkd: nslinkd.c parse.c nslink.h nslinkd.h version.h +- gcc -Wall -o nslinkd nslinkd.c parse.c ++ $(CC) $(CFLAGS) -Wall $(LDFLAGS) -o nslinkd nslinkd.c parse.c + + nslinkadmin: nslinkadmin.c +- gcc -Wall -o nslinkadmin nslinkadmin.c ++ $(CC) $(CFLAGS) -Wall $(LDFLAGS) -o nslinkadmin nslinkadmin.c + + nslinkrelease: nslinkrelease.c +- $(CC) -Wall -o nslinkrelease nslinkrelease.c ++ $(CC) $(CFLAGS) -Wall $(LDFLAGS) -o nslinkrelease nslinkrelease.c + + modules: nslink.o mod_nslink.o + -- cgit v1.2.3