diff options
| author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2014-10-29 13:01:35 -0300 |
|---|---|---|
| committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-10-29 21:41:54 +0100 |
| commit | 40c341da78f3315fa31e4ea56b470753bf915a31 (patch) | |
| tree | ac8113d49b3542357ddb1047d076e16f257477df /package/cryptsetup/0001-mkdir.patch | |
| parent | 27add471601cb1de0bfccb6ac29088dcf9145939 (diff) | |
| download | buildroot-40c341da78f3315fa31e4ea56b470753bf915a31.tar.gz buildroot-40c341da78f3315fa31e4ea56b470753bf915a31.zip | |
cryptsetup: bump to version 1.6.6
Drop upstream patch, add hash file, switch to kernel.org mirror.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/cryptsetup/0001-mkdir.patch')
| -rw-r--r-- | package/cryptsetup/0001-mkdir.patch | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/package/cryptsetup/0001-mkdir.patch b/package/cryptsetup/0001-mkdir.patch new file mode 100644 index 0000000000..d4d70521ad --- /dev/null +++ b/package/cryptsetup/0001-mkdir.patch @@ -0,0 +1,18 @@ +$(mkdir_p) is obsolete for newer automake, use $(MKDIR_P) instead. +Upstream should really gettextize with a newer version before packing up. + +[base on a similar patch from Gustavo Zacarias for Linux-PAM-1.1.7] +Signed-off-by: Axel Lin <axel.lin@ingics.com> + +diff -Nura cryptsetup-1.6.3.ori/po/Makefile.in.in cryptsetup-1.6.3/po/Makefile.in.in +--- cryptsetup-1.6.3.ori/po/Makefile.in.in 2013-12-30 11:53:22.731942516 +0800 ++++ cryptsetup-1.6.3/po/Makefile.in.in 2014-01-09 09:46:13.594071188 +0800 +@@ -31,7 +31,7 @@ + INSTALL = @INSTALL@ + INSTALL_DATA = @INSTALL_DATA@ + mkinstalldirs = $(SHELL) @install_sh@ -d +-mkdir_p = @mkdir_p@ ++mkdir_p = @MKDIR_P@ + + GMSGFMT_ = @GMSGFMT@ + GMSGFMT_no = @GMSGFMT@ |

