From 477418d2227bbb1bb4edbcdaf4320ce4d89a08fe Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Sun, 1 Feb 2015 19:09:09 +0000 Subject: [PATCH] Update to SWIG-3.0.5, ticket 6099 git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15437 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general/prog/swig.xml | 17 ++++++++++++----- introduction/welcome/changelog.xml | 4 ++++ packages.ent | 2 +- 3 files changed, 17 insertions(+), 6 deletions(-) diff --git a/general/prog/swig.xml b/general/prog/swig.xml index 05ec54d9e8..34783ca6b9 100644 --- a/general/prog/swig.xml +++ b/general/prog/swig.xml @@ -6,9 +6,9 @@ - - - + + + ]> @@ -126,8 +126,9 @@ -./configure --prefix=/usr \ - --without-clisp && +./configure --prefix=/usr \ + --without-clisp \ + --without-maximum-compile-warnings && make @@ -153,6 +154,12 @@ cp -v -R Doc/* /usr/share/doc/swig-&swig-version; Command Explanations + + --without-maximum-compile-warnings: disables + compiler ansi conformance enforcement, which triggers errors in + the Lua headers (starting with Lua 5.3). + + : allows disabling the building of tests and examples for <language>, but all the diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 3c7ff8a0c7..773ad564b0 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -47,6 +47,10 @@ February 1st, 2015 + + [pierre] - Update to swig-3.0.5. Fixes + #6099. + [fernando] - Update to libreoffice-4.4.0. Thank you very much, Bruce, for many discussions and for solving the header problem. Fixes diff --git a/packages.ent b/packages.ent index 0dd7ebadbe..4505d9531d 100644 --- a/packages.ent +++ b/packages.ent @@ -272,7 +272,7 @@ - +