Index: Makefile =================================================================== --- Makefile (révision 368822) +++ Makefile (copie de travail) @@ -85,8 +85,12 @@ .include -.if ${ARCH} == "arm" +.if !defined(CLIENT_ONLY) +.if ${ARCH} == armv6 BROKEN= Does not compile on arm +.else +EXTRA_PATCHES+= ${FILESDIR}/extra-arm-patch-sql-common__client_plugin.c .endif +.endif .include