diff --git a/debian/patches/010_multiarch-makefile.patch b/debian/patches/010_multiarch-makefile.patch
index 7155344..0e70435 100644
--- a/debian/patches/010_multiarch-makefile.patch
+++ b/debian/patches/010_multiarch-makefile.patch
@@ -8,8 +8,8 @@ Last-Update: 2012-01-29
 
 Index: ckermit/makefile
 ===================================================================
---- ckermit.orig/makefile	2012-01-29 00:15:30.000000000 +0000
-+++ ckermit/makefile	2012-01-29 00:32:46.000000000 +0000
+--- ckermit.orig/makefile	2013-10-13 00:46:46.028430950 +0800
++++ ckermit/makefile	2013-10-13 00:46:59.044434288 +0800
 @@ -6100,10 +6100,14 @@
  	   test -f /usr/lib/libncurses.a  || \
  	   test -f /usr/lib/libncurses.so; then \
@@ -47,7 +47,7 @@ Index: ckermit/makefile
  	then echo -llockdev; fi`" \
  	linuxa
  
-@@ -6309,7 +6316,9 @@
+@@ -6309,15 +6316,17 @@
  		K5CRYPTO='-lk5crypto'; \
          else if ls /usr/lib64/libk5crypto* > /dev/null 2> /dev/null; then \
                  K5CRYPTO='-lk5crypto'; \
@@ -56,9 +56,10 @@ Index: ckermit/makefile
 +					K5CRYPTO='-lk5crypto'; \
 +	fi; fi; fi; fi; \
  	COM_ERR=''; \
- 	if ls /lib/libcom_err* > /dev/null 2> /dev/null; then \
+-	if ls /lib/libcom_err* > /dev/null 2> /dev/null; then \
++	if ls /lib/$(MULTIARCH)/libcom_err* > /dev/null 2> /dev/null; then \
  		COM_ERR='-lcom_err'; \
-@@ -6317,7 +6326,7 @@
+ 	fi; \
  	GSSAPILIB='-lgssapi'; \
  	if ls /lib/libgssapi_krb5* > /dev/null 2> /dev/null; then \
  		GSSAPILIB='-lgssapi_krb5'; \
