The following commit has been merged in the master branch:
commit 5583a87250f9b232fe71aef924aec742286d92b0
Author: Patrick Winnertz <win...@debian.org>
Date:   Thu Apr 19 15:29:22 2012 +0200

    Add -pthread to the CCOPTS in debian/rules
    
     Signed-off-by: Patrick Winnertz <win...@debian.org>

diff --git a/debian/rules b/debian/rules
index 25e0fff..49e4e0d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,7 +28,7 @@ else
 CROSS= --build $(DEB_BUILD_GNU_TYPE)
 endif
 
-CCOPTS = -g -static
+CCOPTS = -g -pthread -static
 ifeq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 CCOPTS += -O2
 endif

-- 
Repository for maintaining lidskfsprogs

_______________________________________________
Pkg-lustre-svn-commit mailing list
Pkg-lustre-svn-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-lustre-svn-commit

Reply via email to