mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-09-16 19:02:13 +00:00
ntp: fix rpath QA issue
When ntp could be correctly built with openssh and libcrypto, we would meet the following QA issue. WARNING: QA Issue: package ntp contains bad RPATH ... [rpath] Fix this problem by adding '--disable-rpath' to EXTRA_OECONF. Signed-off-by: Chen Qi <Qi.Chen@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
f9bebc9d41
commit
fa30b49c73
@ -35,6 +35,7 @@ EXTRA_OECONF += "--with-net-snmp-config=no \
|
|||||||
ac_cv_header_readline_history_h=no \
|
ac_cv_header_readline_history_h=no \
|
||||||
--with-yielding_select=yes \
|
--with-yielding_select=yes \
|
||||||
--with-locfile=redhat \
|
--with-locfile=redhat \
|
||||||
|
--without-rpath \
|
||||||
"
|
"
|
||||||
CFLAGS_append = " -DPTYS_ARE_GETPT -DPTYS_ARE_SEARCHED"
|
CFLAGS_append = " -DPTYS_ARE_GETPT -DPTYS_ARE_SEARCHED"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user