From 5dfbdf6d370125841d10120f39e8b771d1ed8aef Mon Sep 17 00:00:00 2001 From: Noor Ahsan Date: Fri, 22 Apr 2016 17:51:11 +0500 Subject: cups.inc: Fix ldflags warning. * While building following warning comes up QA Issue: No GNU_HASH in the elf binary: '...libcups.so.2' [ldflags] Fix this warning by settin DSOFLAGS. Signed-off-by: Noor Ahsan Signed-off-by: Ross Burton --- meta/recipes-extended/cups/cups.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-extended/cups') diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc index 4b2d21409c..da70b87630 100644 --- a/meta/recipes-extended/cups/cups.inc +++ b/meta/recipes-extended/cups/cups.inc @@ -44,6 +44,7 @@ EXTRA_OECONF = " \ --without-perl \ --without-python \ --without-java \ + DSOFLAGS='${LDFLAGS}' \ " EXTRA_AUTORECONF += "--exclude=autoheader" -- cgit 1.2.3-korg