mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
zeroconf: fix QA warning for GNU_HASH
Add LDFLAGS variable to Makefile so that extra linker flags can be sent via this variable. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
This commit is contained in:
parent
0eff2b604d
commit
0a1144767a
|
|
@ -0,0 +1,19 @@
|
|||
Add LDFLAGS variable to Makefile, make sure the extra linker flags can be passed.
|
||||
|
||||
Upstream-Status: Pending
|
||||
|
||||
Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
|
||||
|
||||
diff --git a/Makefile b/Makefile
|
||||
index 77f3364..c98083f 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -18,7 +18,7 @@ clean:
|
||||
|
||||
zeroconf: zeroconf.o delay.o
|
||||
$(Q)echo "Creating $@"
|
||||
- $(Q)$(CC) $(CFLAGS) -o $@ $^ $(LIBS)
|
||||
+ $(Q)$(CC) $(CFLAGS) ${LDFLAGS} -o $@ $^ $(LIBS)
|
||||
|
||||
|
||||
# Automatic dependency generation
|
||||
|
|
@ -18,6 +18,7 @@ PR = "r1"
|
|||
|
||||
SRC_URI = "http://www.progsoc.org/~wildfire/zeroconf/download/${BPN}-${PV}.tar.gz \
|
||||
file://compilefix.patch \
|
||||
file://makefile-add-ldflags.patch \
|
||||
file://zeroconf-default \
|
||||
file://debian-zeroconf"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user