From 363ea4c61c17481b8dc75b821069f7d633fd33d4 Mon Sep 17 00:00:00 2001 From: Manjukumar Matha Date: Mon, 11 Sep 2017 17:17:44 -0700 Subject: [PATCH] Upstream-Status: Inappropriate [poky-specific fix] Signed-off-by: Manjukumar Matha --- agent/Makefile.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/agent/Makefile.inc b/agent/Makefile.inc index 8304cfe..fa5e261 100644 --- a/agent/Makefile.inc +++ b/agent/Makefile.inc @@ -89,6 +89,9 @@ ifeq ($(OPSYS),GNU/Linux) OPTS += -DUSE_uuid_generate=0 endif OPTS += -DENABLE_arch_$(shell uname -m) + ifneq ($(RANLIB),) + RANLIB += $@ + endif endif ifneq ($(OPSYS),Windows) -- 2.7.4