[Pkg-lustre-svn-commit] updated: [5583a87] Add -pthread to the CCOPTS in debian/rules
Patrick Winnertz
winnie at debian.org
Thu Apr 19 13:35:07 UTC 2012
The following commit has been merged in the master branch:
commit 5583a87250f9b232fe71aef924aec742286d92b0
Author: Patrick Winnertz <winnie at debian.org>
Date: Thu Apr 19 15:29:22 2012 +0200
Add -pthread to the CCOPTS in debian/rules
Signed-off-by: Patrick Winnertz <winnie at 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
More information about the Pkg-lustre-svn-commit
mailing list