From 3f2d28f90be587a9944decfe3e5544ada37687fb Mon Sep 17 00:00:00 2001 From: Fernando de Oliveira Date: Mon, 26 Jan 2015 17:40:33 +0000 Subject: [PATCH] stunnel-5.10: minor text fixes. Mesa-10.4.3: fix build with libtool-2.4.2. Thanks to Igor and Pierre for confirming no problem with libtool-2.4.4. Update to nspr-4.10.8. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15391 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general/genlib/nspr.xml | 2 +- introduction/welcome/changelog.xml | 9 +++++++++ packages.ent | 2 +- postlfs/security/stunnel.xml | 6 +++--- x/installing/mesalib.xml | 12 ++++++++++++ 5 files changed, 26 insertions(+), 5 deletions(-) diff --git a/general/genlib/nspr.xml b/general/genlib/nspr.xml index a311e65bcc..d5e07ba1ff 100644 --- a/general/genlib/nspr.xml +++ b/general/genlib/nspr.xml @@ -8,7 +8,7 @@ "http://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v&nspr-version;/src/nspr-&nspr-version;.tar.gz"> - + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index f5a0279baa..870b311588 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -47,6 +47,15 @@ January 26th, 2015 + + [fernando] - Update to nspr-4.10.8. Fixes + #6059. + + + [fernando] - Mesa-10.4.3: fix build with libtool-2.4.2. Thanks + to Igor and Pierre for confirming no problem with + libtool-2.4.4. + [igor] - Update to mesa-10.4.3. Fixes #6075. diff --git a/packages.ent b/packages.ent index 48a3b87dd2..6157b28a99 100644 --- a/packages.ent +++ b/packages.ent @@ -134,7 +134,7 @@ - + diff --git a/postlfs/security/stunnel.xml b/postlfs/security/stunnel.xml index 5e3144e5e1..31ca064d6a 100644 --- a/postlfs/security/stunnel.xml +++ b/postlfs/security/stunnel.xml @@ -117,9 +117,9 @@ useradd -c "stunnel Daemon" -d /var/lib/stunnel \ Install stunnel by running the following commands: - For some systems with binutils versions - prior to 2.25, configure may fail. If necessary, fix it either - with: + For some systems with binutils + versions prior to 2.25, configure may fail. If + necessary, fix it either with: sed -i '/LDFLAGS.*static_flag/ s/^/#/' configure diff --git a/x/installing/mesalib.xml b/x/installing/mesalib.xml index 37ea9d7551..78de7e738a 100644 --- a/x/installing/mesalib.xml +++ b/x/installing/mesalib.xml @@ -156,6 +156,18 @@ commands: + For some systems with libtool + versions prior to 2.4.4, make may fail. If necessary, + fix it either with: + +sed -i 's/autoreconf/& -f/' ./autogen.sh + + or you can + replace ./autogen.sh CFLAGS="-O2" CXXFLAGS="-O2" \ line in the first command bellow with: + +autoreconf -v -f -i && +./configure CFLAGS='-O2' CXXFLAGS='-O2' \ + ./autogen.sh CFLAGS="-O2" CXXFLAGS="-O2" \ --prefix=$XORG_PREFIX \ --sysconfdir=/etc \