Package: camitk Version: 3.0.2-1 Severity: Important Tags: patch Hi,
According to http://buildd.debian.org/status/package.php?p=camitk&suite=sid camitk FTBFS on at least armhf and mipsel, and the fix is rather easy -at least it was tested to work on armhf, just add -fPIC in the CXXFLAGS. The attached patch seems to do the job. Regards Konstantinos
diff -ruN camitk-3.0.2/debian/rules camitk-3.0.2.mine/debian/rules --- camitk-3.0.2/debian/rules 2012-07-23 06:52:54.000000000 +0000 +++ camitk-3.0.2.mine/debian/rules 2012-10-17 19:49:54.248832650 +0000 @@ -2,6 +2,7 @@ # DH_VERBOSE := 1 +export DEB_CXXFLAGS_MAINT_APPEND = -fPIC export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed CMAKE_EXTRA_FLAGS = \