[gnome-continuous-yocto/gnomeostree-3.28-rocko: 266/8267] pong-clock: obey CFLAGS, LDFLAGS



commit e81c8fc1b67e5775db0097e2983cb23192f88904
Author: Christopher Larson <chris_larson mentor com>
Date:   Thu May 5 12:30:56 2016 -0700

    pong-clock: obey CFLAGS, LDFLAGS
    
    (From OE-Core rev: dc77cd7e960d047e186c0a87a70dfb3b9653579e)
    
    Signed-off-by: Christopher Larson <chris_larson mentor com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 meta/recipes-graphics/pong-clock/pong-clock_1.0.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb 
b/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb
index 0e1a792..6c3bcd8 100644
--- a/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb
+++ b/meta/recipes-graphics/pong-clock/pong-clock_1.0.bb
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://pong-clock-no-flicker.c;beginline=1;endline=23;md5=dd
 S = "${WORKDIR}"
 
 do_compile () {
-       ${CC} -o pong-clock pong-clock-no-flicker.c `pkg-config --cflags --libs x11 xau xdmcp`
+       ${CC} ${CFLAGS} ${LDFLAGS} -o pong-clock pong-clock-no-flicker.c `pkg-config --cflags --libs x11 xau 
xdmcp`
 }
 
 do_install () {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]