[oe-commits] [openembedded-core] 33/41: cups.inc: Fix ldflags warning.

git at git.openembedded.org git at git.openembedded.org
Tue Apr 26 10:29:23 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 7d19f6a5135bbeede3c3ff0900e69042cf04dc1e
Author: Noor Ahsan <noor_ahsan at mentor.com>
AuthorDate: Fri Apr 22 17:51:11 2016 +0500

    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 <noor_ahsan at mentor.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-extended/cups/cups.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc
index 4b2d214..da70b87 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list