summaryrefslogtreecommitdiffstats
path: root/poky/meta/recipes-devtools/tcf-agent/tcf-agent/fix_ranlib.patch
blob: b66f41ad2802051d55683a5be6b776dd6232f087 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Upstream-Status: Inappropriate [poky-specific fix]

Index: agent/Makefile.inc
===================================================================
--- agent.orig/Makefile.inc
+++ agent/Makefile.inc
@@ -88,6 +88,9 @@ ifneq ($(OPSYS),Windows)
   ifneq ($(CC),g++)
     OPTS += -Wmissing-prototypes
   endif
+  ifneq ($(RANLIB),)
+    RANLIB += $@
+  endif
 endif
 
 # Compiler flags definition
OpenPOWER on IntegriCloud