From 3dd8ed5239860f3ac9e45d2c2281d5a2bd9f4c0e Mon Sep 17 00:00:00 2001 From: BJ Dierkes Date: Tue, 14 Aug 2012 23:11:09 -0500 Subject: [PATCH] Work around for boost build issue --- gearmand.spec | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gearmand.spec b/gearmand.spec index 1f90403..5f820c5 100644 --- a/gearmand.spec +++ b/gearmand.spec @@ -87,6 +87,9 @@ Development headers for %{name} 1.0. %patch3 -p1 -b .lp1020778 %build +# HACK to work around boost issues. +export LDFLAGS="$LDFLAGS -lboost_system" + %ifarch ppc64 sparc64 # no tcmalloc %configure --disable-static --disable-rpath @@ -197,6 +200,8 @@ fi * Wed Aug 15 2012 BJ Dierkes - 0.33-3 - Rebuilt for latest boost. - BuildRequires: boost-thread +- Added -lboost_system to LDFLAGS to work around boost issue + related to boost-thread. * Thu Jul 19 2012 Fedora Release Engineering - 0.33-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild