[Pkg-scicomp-devel] gmsh/trunk/debian

Christophe Prud'homme prudhomm at debian.org
Sun Apr 1 09:25:41 UTC 2007


SVN commit 1460 by prudhomm:

remove -m32 that might cause segfault

 M  +13 -13    gmsh/trunk/debian/rules  


--- gmsh/trunk/debian/rules #1459:1460
@@ -23,19 +23,19 @@
 GXX=g++
 endif
 
-ifeq ($(DEB_BUILD_ARCH), i386)
- CFLAGS+=-m32
- CXXFLAGS+=-m32
-endif
+#ifeq ($(DEB_BUILD_ARCH), i386)
+# CFLAGS+=-m32
+# CXXFLAGS+=-m32
+#endif
 
-CFLAGS += -Wall 
-CXXFLAGS += -Wall 
+CFLAGS += -Wall
+CXXFLAGS += -Wall
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
 	CFLAGS += -O0
 	CXXFLAGS += -O0
 else
-	CFLAGS += -O2 
+	CFLAGS += -O2
 	CXXFLAGS += -O2
 endif
 ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
@@ -65,7 +65,7 @@
 clean: unpatch
 	dh_testdir
 	dh_testroot
-	rm -f build-stamp 
+	rm -f build-stamp
 
 # Add here commands to clean up after the build process.
 	-$(MAKE) clean
@@ -83,12 +83,12 @@
 endif
 
 
-	dh_clean 
+	dh_clean
 
 install: build
 	dh_testdir
 	dh_testroot
-	dh_clean -k 
+	dh_clean -k
 	dh_installdirs
 
 	# Add here commands to install the package into debian/gmsh.
@@ -103,12 +103,12 @@
 binary-arch: build install
 	dh_testdir
 	dh_testroot
-	dh_installchangelogs 
+	dh_installchangelogs
 	dh_installdocs -X .svn -X CVS
 	dh_installexamples -X .svn -X CVS
 	dh_install -X .svn -X CVS
 	dh_installmenu
-#	dh_installdebconf	
+#	dh_installdebconf
 #	dh_installlogrotate
 #	dh_installemacsen
 #	dh_installpam
@@ -131,5 +131,5 @@
 	dh_builddeb
 
 binary: binary-indep binary-arch
-.PHONY: build clean binary-indep binary-arch binary install 
+.PHONY: build clean binary-indep binary-arch binary install
 



More information about the Pkg-scicomp-devel mailing list