]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
package/erlang: fix build issue with pcre package
authorRomain Naour <romain.naour@openwide.fr>
Sun, 8 Feb 2015 16:57:20 +0000 (17:57 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Sun, 8 Feb 2015 20:43:53 +0000 (21:43 +0100)
commit6076d9a7a6c455b575ec7a2e3ce24f587302398f
tree1651769dbfb2433eff655573bf311e73cbe51f3e
parent921a92e0b837c11a77d177ae42a00f9952743509
package/erlang: fix build issue with pcre package

If the pcre package is build before erlang, the erlang's build
system use pcre.h from pcre package instead of using pcre.h bundled
by Erlang.

Erlang use an old version of this file which is incompatible
with the upstream one.

http://autobuild.buildroot.net/results/cbd/cbd8b54eef535f19d7d400fd269af1b3571d6143/build-end.log

And many more.

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/erlang/0003-erts-emulator-reorder-inclued-headers-paths.patch [new file with mode: 0644]