diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-15 19:40:44 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-02-15 19:40:44 +0100 |
commit | b2729f8fc0b9f08d8c1c6198d96348a64cf077ba (patch) | |
tree | 3e55c7bcc78ef2e242bc1d24f29982aceb3b4329 /package/cryptsetup/patches/patch-ltmain_sh | |
parent | a0b5535db39c64864a2ea96a20b2fa2712fc2ffd (diff) | |
parent | 874680b5ffd55186d86c8259fdab74988d193ea9 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/cryptsetup/patches/patch-ltmain_sh')
-rw-r--r-- | package/cryptsetup/patches/patch-ltmain_sh | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/package/cryptsetup/patches/patch-ltmain_sh b/package/cryptsetup/patches/patch-ltmain_sh new file mode 100644 index 000000000..9308e958e --- /dev/null +++ b/package/cryptsetup/patches/patch-ltmain_sh @@ -0,0 +1,20 @@ +--- cryptsetup-1.1.0.orig/ltmain.sh 2010-01-17 11:29:15.000000000 +0100 ++++ cryptsetup-1.1.0/ltmain.sh 2010-02-14 18:24:56.000000000 +0100 +@@ -65,7 +65,7 @@ + # compiler: $LTCC + # compiler flags: $LTCFLAGS + # linker: $LD (gnu? $with_gnu_ld) +-# $progname: (GNU libtool) 2.2.6b Debian-2.2.6b-2 ++# $progname: (GNU libtool) 2.2.6b Debian-2.2.6b-2ubuntu1 + # automake: $automake_version + # autoconf: $autoconf_version + # +@@ -73,7 +73,7 @@ + + PROGRAM=ltmain.sh + PACKAGE=libtool +-VERSION="2.2.6b Debian-2.2.6b-2" ++VERSION="2.2.6b Debian-2.2.6b-2ubuntu1" + TIMESTAMP="" + package_revision=1.3017 + |