open-plc-utils: new package
[buildroot-gz.git] / package / exiv2 / 0001-remove-useless-header.patch
blob96a37348b99f231f7e9c7407155e9b6ac24fb22a
1 version.cpp: remove useless header inclusion
3 The inclusion of link.h header is not required and can create build
4 error with some toolchains.
5 The patch is pushed on the upstream for the next release.
6 http://dev.exiv2.org/issues/1007
8 Signed-off-by: Nicolas Serafini <nicolas.serafini@sensefly.com>
10 --- exiv2-0.24.orig/src/version.cpp 2013-12-01 13:13:42.000000000 +0100
11 +++ exiv2-0.24/src/version.cpp 2014-12-04 09:30:39.667234130 +0100
12 @@ -116,7 +116,6 @@ typedef string_v::iterator string_i;
13 #elif defined(__linux__)
14 # include <unistd.h>
15 // http://syprog.blogspot.com/2011/12/listing-loaded-shared-objects-in-linux.html
16 -# include "link.h"
17 # include <dlfcn.h>
18 struct something