blob: 5d704567c8fb99e540deeb6cf015b193dfc0a31c [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001Upstream-Status: Inappropriate [poky-specific fix]
2
3--- a/Makefile.inc
4+++ b/Makefile.inc
5@@ -57,6 +57,9 @@
6 ifeq ($(NO_UUID),)
7 LIBS += -luuid
8 endif
9+ ifneq ($(RANLIB),)
10+ RANLIB += $@
11+ endif
12 endif
13
14 ifneq ($(OPSYS),Windows)