Author: gregsharp-guest
Date: 2015-05-17 20:43:01 +0000 (Sun, 17 May 2015)
New Revision: 19245

Modified:
   trunk/packages/plastimatch/trunk/debian/changelog
   trunk/packages/plastimatch/trunk/debian/rules
Log:
Fix plastimatch build failure for platforms on ITK 3.20

Modified: trunk/packages/plastimatch/trunk/debian/changelog
===================================================================
--- trunk/packages/plastimatch/trunk/debian/changelog   2015-05-17 18:15:27 UTC 
(rev 19244)
+++ trunk/packages/plastimatch/trunk/debian/changelog   2015-05-17 20:43:01 UTC 
(rev 19245)
@@ -1,5 +1,6 @@
 plastimatch (1.6.1+dfsg-2) UNRELEASED; urgency=medium
 
+  * debian/rules: fix FTBFS for platforms still on ITK 3.20
   * debian/patches/fix-regression-plm-reg-align-center:
     Fix regression test failure on i386
 

Modified: trunk/packages/plastimatch/trunk/debian/rules
===================================================================
--- trunk/packages/plastimatch/trunk/debian/rules       2015-05-17 18:15:27 UTC 
(rev 19244)
+++ trunk/packages/plastimatch/trunk/debian/rules       2015-05-17 20:43:01 UTC 
(rev 19245)
@@ -18,7 +18,9 @@
 %:
        dh $@ --parallel
 
+# CMAKE_PREFIX_PATH is used when building against ITK 3.20
 DEB_CMAKE_EXTRA_FLAGS += \
+       -DCMAKE_PREFIX_PATH=/usr/lib/InsightToolkit \
         -DCMAKE_BUILD_TYPE:STRING=RELEASE \
         -DCMAKE_SKIP_RPATH:BOOL=ON \
         -DPLM_CONFIG_DEBIAN_BUILD:BOOL=ON \


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to