aboutsummaryrefslogtreecommitdiffstats
path: root/testing/devicemaster-linux/makefile.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-10-23 08:05:55 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-10-23 08:07:15 +0000
commit8bedd034a2560e3090de51dc2b25031cd5d5e52d (patch)
treec0d02d1e12a82eae0a29f4dec3aef7b9e83071b7 /testing/devicemaster-linux/makefile.patch
parentb9b02aa6b337214e5aadcfb6dbf1d51804fbd950 (diff)
downloadaports-8bedd034a2560e3090de51dc2b25031cd5d5e52d.tar.bz2
aports-8bedd034a2560e3090de51dc2b25031cd5d5e52d.tar.xz
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
Diffstat (limited to 'testing/devicemaster-linux/makefile.patch')
-rw-r--r--testing/devicemaster-linux/makefile.patch19
1 files changed, 19 insertions, 0 deletions
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
+