From fa26ede930347bcf18ce781e5091f48b711df2d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20=C5=BDivkovi=C4=87?= Date: Sun, 18 Aug 2013 19:52:51 +0000 Subject: [PATCH] fix boost build with glibc 2.18 git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11651 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general/genlib/boost.xml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/general/genlib/boost.xml b/general/genlib/boost.xml index 5b41db365d..5c6d298334 100644 --- a/general/genlib/boost.xml +++ b/general/genlib/boost.xml @@ -72,6 +72,16 @@ + Additional Downloads + + + + Required patch: + + + + + Boost Dependencies Optional @@ -93,7 +103,8 @@ commands: -./bootstrap.sh --prefix=/usr && +patch -Np1 -i ../boost_&boost-dl-version;-glibc-1.patch && +./bootstrap.sh --prefix=/usr && ./b2 stage threading=multi link=shared