From 9ab46dc5b49219aa6194861c393c938f23001c52 Mon Sep 17 00:00:00 2001 From: Thorsten Glaser Date: Mon, 8 Sep 2014 12:49:50 -0700 Subject: [PATCH] debian: only B-R yasm on amd64 Make yasm dependency amd64 only, it isn?t used elsewhere but breaks x32 (which is mis-detected as amd64) Signed-off-by: Sage Weil --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 439f34ca8f673..c29e857411200 100644 --- a/debian/control +++ b/debian/control @@ -45,7 +45,7 @@ Build-Depends: autoconf, uuid-dev, uuid-runtime, xfslibs-dev, - yasm + yasm [amd64] Standards-Version: 3.9.3 Package: ceph -- 2.39.5