From b6ebd3d2973a9d39bc409d07314ea79c99d6e236 Mon Sep 17 00:00:00 2001 From: Richard Ipsum Date: Wed, 8 Jul 2015 10:23:01 +0100 Subject: Add swig lorry subversion fails to build with perl 5.22 because of a bug in swig, fixed by[1], upgrading to the latest stable release of swig fixes the problem. [1] https://github.com/swig/swig/commit/4305a3cef9b210541c3b88ab2fd03d787c3bca66 Change-Id: Idf19c98e4ac45df4b7198f7ab4c662ccc0a62ae3 --- open-source-lorries/swig.lorry | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 open-source-lorries/swig.lorry (limited to 'open-source-lorries') diff --git a/open-source-lorries/swig.lorry b/open-source-lorries/swig.lorry new file mode 100644 index 0000000..b8043bf --- /dev/null +++ b/open-source-lorries/swig.lorry @@ -0,0 +1,6 @@ +{ + "swig": { + "type": "git", + "url": "git://github.com/swig/swig" + } +} -- cgit v1.2.1