[SCM] SETI at home packaging branch, master, updated. debian/6.12_svn1305-2-38-g82cb472

Steffen Moeller steffen_moeller at gmx.de
Wed Aug 15 12:43:19 UTC 2012


The following commit has been merged in the master branch:
commit 940099586fe9ad095901f33853e73d77dbc56a2a
Author: Steffen Moeller <steffen_moeller at gmx.de>
Date:   Wed Aug 15 14:06:44 2012 +0200

    Be explicit about CFLAGS/CXXFLAGS passed to configure

diff --git a/debian/changelog b/debian/changelog
index 606c9d6..eb75506 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,5 @@
-boinc-app-seti (6.12~svn1385-1) unstable; urgency=low
+boinc-app-seti (6.12~svn1306-3) unstable; urgency=low
 
-  * New upstream version
   * Platform-specific optimisations back in
   * Disabled AltiVec for PowerPC because of FTBFS otherwise
 
diff --git a/debian/rules b/debian/rules
index b96af96..3240c72 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,7 +56,7 @@ SETIEXTRAFLAGS= --disable-altivec
 
 ifeq ($(DEB_BUILD_GNU_CPU),x86_64)
   SETIEXTRAFLAGS += --enable-sse3
-  SETIEXTRAFLAGS += --enable-sse2 --enable-sse --enable-mmx
+#  SETIEXTRAFLAGS += --enable-sse2 --enable-sse --enable-mmx
 endif
 
 ifeq ($(DEB_BUILD_GNU_CPU),i686)
@@ -79,6 +79,7 @@ override_dh_auto_configure:
 	# Remember to not configure with --disable-dependency-tracking, because
 	# it breaks some handwritten rules in client/Makefile.am which require
 	# that DEPDIR exists.
+	CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" CPPFLAGS="$(CPPFLAGS)" LDFLAGS="$(LDFLAGS)" \
 	BOINCDIR=/usr/share/boinc-dev ./configure \
 	  --enable-static-client \
 	  --enable-static \

-- 
SETI at home packaging



More information about the pkg-boinc-commits mailing list