mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
trace-cmd: Pass ldflags to compiler
Fixes File /usr/lib/traceevent/libtraceevent.so in package trace-cmd doesn't have GNU_HASH (didn't pass LDFLAGS?) Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
c57f3bcdd3
commit
7f15e7975f
|
|
@ -16,6 +16,8 @@ DEPENDS += "libtraceevent libtracefs zstd xmlto-native asciidoc-native"
|
|||
|
||||
inherit pkgconfig
|
||||
|
||||
TARGET_CC_ARCH += "${LDFLAGS}"
|
||||
|
||||
do_compile() {
|
||||
oe_runmake libdir_relative=${BASELIB} all libs
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user