* [Buildroot] [PATCH v2] perl: remove poisoned path from dynaloader hints
@ 2015-02-08 18:02 Alex Suykov
2015-02-08 21:17 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: Alex Suykov @ 2015-02-08 18:02 UTC (permalink / raw)
To: buildroot
Fixes
http://autobuild.buildroot.net/results/323a82776cccf17afaa00ebe3483cfc06a06f264/
http://autobuild.buildroot.net/results/7d4cf7b63fda1a062263b7a4e758c699049105af/
Signed-off-by: Alex Suykov <alex.suykov@gmail.com>
---
package/perl/0002-dynaloader-hints.patch | 13 +++++++++++++
1 file changed, 13 insertions(+)
create mode 100644 package/perl/0002-dynaloader-hints.patch
diff --git a/package/perl/0002-dynaloader-hints.patch b/package/perl/0002-dynaloader-hints.patch
new file mode 100644
index 0000000..2653b78
--- /dev/null
+++ b/package/perl/0002-dynaloader-hints.patch
@@ -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;
--
2.0.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH v2] perl: remove poisoned path from dynaloader hints
2015-02-08 18:02 [Buildroot] [PATCH v2] perl: remove poisoned path from dynaloader hints Alex Suykov
@ 2015-02-08 21:17 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2015-02-08 21:17 UTC (permalink / raw)
To: buildroot
>>>>> "Alex" == Alex Suykov <alex.suykov@gmail.com> writes:
> Fixes
> http://autobuild.buildroot.net/results/323a82776cccf17afaa00ebe3483cfc06a06f264/
> http://autobuild.buildroot.net/results/7d4cf7b63fda1a062263b7a4e758c699049105af/
> Signed-off-by: Alex Suykov <alex.suykov@gmail.com>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-02-08 21:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-08 18:02 [Buildroot] [PATCH v2] perl: remove poisoned path from dynaloader hints Alex Suykov
2015-02-08 21:17 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox