[funguloids/f18] Explicitly link against boost_system-mt

Hans de Goede jwrdegoede at fedoraproject.org
Fri May 24 09:34:35 UTC 2013


commit 8082f8243fd53e661c42f1aab6241a9752fd2749
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Fri May 24 11:38:25 2013 +0200

    Explicitly link against boost_system-mt

 funguloids.spec |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/funguloids.spec b/funguloids.spec
index 78e8854..d1adc36 100644
--- a/funguloids.spec
+++ b/funguloids.spec
@@ -94,7 +94,7 @@ rm -rf _bootstrap _gamedata
 
 %build
 %configure --docdir=%{_docdir}/%{name}-%{version} --without-mad --without-fmod
-make %{?_smp_mflags}
+make %{?_smp_mflags} AM_LDFLAGS=-lboost_system-mt
 
 
 %install


More information about the scm-commits mailing list