diff options
author | Christian Kampka <christian@kampka.net> | 2015-11-06 10:01:28 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-11-09 08:11:12 +0000 |
commit | d713785d1465e8b0c541ec6684be6171d7f22c5e (patch) | |
tree | 18f23be4ef8eafcddc7b3da75a92e1353d2f7053 /main/devicemaster-linux/makefile.patch | |
parent | fe5657ed56c4912b985e46a4c123340ceed11830 (diff) | |
download | aports-d713785d1465e8b0c541ec6684be6171d7f22c5e.tar.bz2 aports-d713785d1465e8b0c541ec6684be6171d7f22c5e.tar.xz |
main/devicemaster-linux: new upstream version 7.11
Comtrol does not provide a driver archive.
Therefore, the source tarball will no longer be available
once they release no version. To avoid this problem,
a snapshot is now used for building.
Diffstat (limited to 'main/devicemaster-linux/makefile.patch')
-rw-r--r-- | main/devicemaster-linux/makefile.patch | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/main/devicemaster-linux/makefile.patch b/main/devicemaster-linux/makefile.patch index da50b9e85a..6f965232b5 100644 --- a/main/devicemaster-linux/makefile.patch +++ b/main/devicemaster-linux/makefile.patch @@ -1,14 +1,16 @@ ---- ./Makefile.orig -+++ ./Makefile -@@ -52,13 +52,13 @@ +diff --git a/Makefile.orig b/Makefile +index ff8d684..b256ea3 100755 +--- a/Makefile.orig ++++ b/Makefile +@@ -35,13 +35,13 @@ all: 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) -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) -Wall -o nslinkadmin nslinkadmin.c + $(CC) $(CFLAGS) -Wall $(LDFLAGS) -o nslinkadmin nslinkadmin.c nslinkrelease: nslinkrelease.c |