mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
ipmiutil: Pass --enable-useflags
This ensures CFLAGS and LDFLAGS from environment are passed to build Fixes File /usr/sbin/.debug/iseltime in package ipmiutil-dbg contains reference to TMPDIR [buildpaths] Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
e770e09e40
commit
829dcb63f0
|
|
@ -43,4 +43,5 @@ PACKAGECONFIG[standalone] = "--enable-standalone, --enable-standalone=no"
|
|||
CFLAGS += "-I${STAGING_INCDIR}"
|
||||
LDFLAGS += "-L${STAGING_LIBDIR}"
|
||||
|
||||
EXTRA_OECONF += "--enable-useflags"
|
||||
COMPATIBLE_HOST = '(x86_64|i.86).*-linux'
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user