[SCM] FreeCAD packaging branch, master, updated. debian/0.11.4446-dfsg-1-2-g28b82c8

Anton Gladky gladky.anton at gmail.com
Tue Jul 5 20:42:02 UTC 2011


The following commit has been merged in the master branch:
commit 93347cca045c1167a8c81fa65662ac183601c480
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Tue Jul 5 22:35:47 2011 +0200

    Switch off SWIG to fix FTBFS (closes: #632348)

diff --git a/debian/rules b/debian/rules
index 7315a50..271689e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,8 +12,8 @@ DEB_BUILD_GNU_TYPE  ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
 #Set flags, as suggested by Bernhard R. Link 
 # http://lists.alioth.debian.org/pipermail/debian-science-maintainers/2011-June/008157.html
 
-CFLAGS := -Wall $(shell dpkg-buildflags --get CFLAGS)
-CXXFLAGS := -Wall $(shell dpkg-buildflags --get CXXFLAGS)
+CFLAGS := -Wall -DHAVE_SWIG=0 $(shell dpkg-buildflags --get CFLAGS)
+CXXFLAGS := -Wall -DHAVE_SWIG=0 $(shell dpkg-buildflags --get CXXFLAGS)
 CPPFLAGS := $(shell dpkg-buildflags --get CPPFLAGS)
 LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
 

-- 
FreeCAD packaging



More information about the debian-science-commits mailing list