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

--- a/Makefile.inc
+++ b/Makefile.inc
@@ -57,6 +57,9 @@
   ifeq ($(NO_UUID),)
     LIBS += -luuid
   endif
+  ifneq ($(RANLIB),)
+    RANLIB += $@
+  endif
 endif
 
 ifneq ($(OPSYS),Windows)