--- a/debian/rules.orig	2012-12-16 17:16:13.920162010 +0100
+++ b/debian/rules	2012-12-16 17:18:05.572167228 +0100
@@ -85,6 +85,10 @@
   endif
 endif
 
+ifeq ($(DEB_HOST_ARCH),ia64)
+	extra_configure_opts += -no-pch
+endif
+
 %:
 	dh $@ --parallel --with pkgkde_symbolshelper
 
