perl: remove poisoned path from dynaloader hints
authorAlex Suykov <alex.suykov@gmail.com>
Sun, 8 Feb 2015 18:02:37 +0000 (20:02 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 8 Feb 2015 21:19:45 +0000 (22:19 +0100)
Fixes
http://autobuild.buildroot.net/results/323a82776cccf17afaa00ebe3483cfc06a06f264/
http://autobuild.buildroot.net/results/7d4cf7b63fda1a062263b7a4e758c699049105af/

Signed-off-by: Alex Suykov <alex.suykov@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/perl/0002-dynaloader-hints.patch [new file with mode: 0644]

diff --git a/package/perl/0002-dynaloader-hints.patch b/package/perl/0002-dynaloader-hints.patch
new file mode 100644 (file)
index 0000000..2653b78
--- /dev/null
@@ -0,0 +1,13 @@
+Buildroot puts nlist.h into sysroot/usr/include,
+which is in the default include path.
+
+Signed-off-by: Alex Suykov <alex.suykov@gmail.com>
+
+--- a/ext/DynaLoader/hints/linux.pl
++++ b/ext/DynaLoader/hints/linux.pl
+@@ -1,5 +1 @@
+-# XXX Configure test needed.
+-# Some Linux releases like to hide their <nlist.h>
+-$self->{CCFLAGS} = $Config{ccflags} . ' -I/usr/include/libelf'
+-      if -f "/usr/include/libelf/nlist.h";
+ 1;