package/git-crypt: fix build with gcc-4.9
authorBernd Kuhls <bernd.kuhls@t-online.de>
Mon, 20 Aug 2018 19:40:56 +0000 (21:40 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 20 Aug 2018 20:24:59 +0000 (22:24 +0200)
commit995fb9a4ebca3acb5dc6eb22edee039b67bf5303
tree959ca4ff3303606fef0c8bc1bd5409f204a05ff1
parent68a29508974cf1de56b73bcf400944b2e6e2a705
package/git-crypt: fix build with gcc-4.9

Fixes

In file included from commands.cpp:32:0:
crypto.hpp:60:7: error: 'unique_ptr' in namespace 'std' does not name a template type
  std::unique_ptr<Aes_impl> impl;

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/git-crypt/git-crypt.mk