[SCM] SETI at home packaging branch, master, updated. debian/6.97_svn1409-1-36-g9ff14cf
Gianfranco Costamagna
costamagnagianfranco at yahoo.it
Sat Dec 29 10:35:13 UTC 2012
The following commit has been merged in the master branch:
commit 9ff14cfc3e35cbb8c9adf939bee52e114d89ef2f
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Sat Dec 29 11:34:57 2012 +0100
Added missing endif in rules file
diff --git a/debian/rules b/debian/rules
index 1b0b804..724f3a3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -62,6 +62,7 @@ GCCVERSION=$(shell $(CXX) --version | tr " " "\n" | egrep '^[0-9]+\.[0-9]+\.[0-9
# gcc 4.6 on precise has issues while gcc 4.7 and 4.8 on sid are just fine with -mno-avx set on non bulldozer/SandyBridge machines
# CFLAGS_APPEND += -flto
# LDFLAGS += -flto
+endif
ifeq (clang,$(CXX))
GCCVERSION=$(shell $(CXX) --version | tr " " "\n" | egrep '^[0-9]+\.[0-9]+-[0-9]+$$' | cut -f1 -d-)
--
SETI at home packaging
More information about the pkg-boinc-commits
mailing list