2653b78cd714e0f4f2ae1bc9765a3159fbd23561
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / perl / 0002-dynaloader-hints.patch
1 Buildroot puts nlist.h into sysroot/usr/include,
2 which is in the default include path.
3
4 Signed-off-by: Alex Suykov <alex.suykov@gmail.com>
5
6 --- a/ext/DynaLoader/hints/linux.pl
7 +++ b/ext/DynaLoader/hints/linux.pl
8 @@ -1,5 +1 @@
9 -# XXX Configure test needed.
10 -# Some Linux releases like to hide their <nlist.h>
11 -$self->{CCFLAGS} = $Config{ccflags} . ' -I/usr/include/libelf'
12 -       if -f "/usr/include/libelf/nlist.h";
13  1;