diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-10 16:47:55 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-01-10 16:47:55 +0100 |
commit | b3b32918faf1d63a84c68b24c866d8a849adfdae (patch) | |
tree | 934797e131208c68abd66d64eefe63ebb087ccec /package/digitemp/patches/patch-Makefile | |
parent | 940a3a2497867e7fb2044a437175619b65f04334 (diff) | |
parent | cfc200714ddfa6d76feb836c258b1135d91a8348 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/digitemp/patches/patch-Makefile')
-rw-r--r-- | package/digitemp/patches/patch-Makefile | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/package/digitemp/patches/patch-Makefile b/package/digitemp/patches/patch-Makefile index 10ac0c97f..4f19aaae2 100644 --- a/package/digitemp/patches/patch-Makefile +++ b/package/digitemp/patches/patch-Makefile @@ -1,6 +1,6 @@ -$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ +do not use static linking on Cygwin --- digitemp-3.6.0.orig/Makefile 2008-08-28 23:37:00.000000000 +0200 -+++ digitemp-3.6.0/Makefile 2009-06-01 20:04:20.000000000 +0200 ++++ digitemp-3.6.0/Makefile 2010-01-06 19:12:56.868375000 +0100 @@ -11,8 +11,8 @@ VERSION = 3.6.0 @@ -12,3 +12,11 @@ $Id: update-patches 24 2008-08-31 14:56:13Z wbx $ OBJS = src/digitemp.o src/device_name.o src/ds2438.o HDRS = src/digitemp.h src/device_name.h +@@ -57,7 +57,6 @@ endif + + ifneq (, $(findstring CYGWIN,$(SYSTYPE))) + CFLAGS += -DCYGWIN +- LIBS += -static -static-libgcc + endif + + ifeq ($(SYSTYPE), SunOS) |