diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-04 19:49:34 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2009-06-04 19:49:34 +0200 |
commit | 8a2754e0fbdea7497281327f2896be2a1253a107 (patch) | |
tree | bc7c400745fde54e6fb7a010fcb026258564d3bc /package/device-mapper/patches/patch-make_tmpl_in | |
parent | 9bd4456c5a83c3474fdf9fe5cf14004a0874e2c8 (diff) | |
parent | 2d3aaf1664850031f5497e121dc82ab65f63641a (diff) |
Merge branch 'master' of ssh://openadk.org/git/openadk
Diffstat (limited to 'package/device-mapper/patches/patch-make_tmpl_in')
-rw-r--r-- | package/device-mapper/patches/patch-make_tmpl_in | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/package/device-mapper/patches/patch-make_tmpl_in b/package/device-mapper/patches/patch-make_tmpl_in deleted file mode 100644 index 69285fbe5..000000000 --- a/package/device-mapper/patches/patch-make_tmpl_in +++ /dev/null @@ -1,16 +0,0 @@ -$Id: update-patches 24 2008-08-31 14:56:13Z wbx $ ---- device-mapper.1.02.28.orig/make.tmpl.in 2008-06-06 22:44:35.000000000 +0200 -+++ device-mapper.1.02.28/make.tmpl.in 2009-01-04 14:47:10.000000000 +0100 -@@ -25,10 +25,10 @@ MSGFMT = @MSGFMT@ - LN_S = @LN_S@ - LIBS = @LIBS@ - DEFS += @DEFS@ --CFLAGS += @CFLAGS@ -+CFLAGS ?= @CFLAGS@ - CLDFLAGS += @CLDFLAGS@ - LDDEPS += @LDDEPS@ --LDFLAGS += @LDFLAGS@ -+LDFLAGS ?= @LDFLAGS@ - LIB_SUFFIX = @LIB_SUFFIX@ - - # Setup directory variables |