mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 17:39:31 +00:00
systemtap: Unbreak build for systems with nss headers installed
* discussed on [1] * patch sent to systemtap [2] [1] http://lists.linuxtogo.org/pipermail/openembedded-core/2012-June/023377.html [2] http://sourceware.org/ml/systemtap/2012-q2/msg00202.html (From OE-Core rev: bd17907884e3a1e1d711125a4b8def5263e97edb) Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Elizabeth Flanagan <elizabeth.flanagan@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
df8f55a919
commit
fa3b18efec
@@ -6,19 +6,15 @@ DEPENDS = "elfutils sqlite3 systemtap-native"
|
||||
DEPENDS_virtclass-native = "elfutils-native sqlite3-native gettext-native"
|
||||
DEPENDS_virtclass-nativesdk = "elfutils-nativesdk sqlite3-nativesdk gettext-nativesdk"
|
||||
|
||||
PR = "r4"
|
||||
PR = "r5"
|
||||
|
||||
export CC_FOR_BUILD = "${BUILD_CC}"
|
||||
export CFLAGS_FOR_BUILD = "${BUILD_CFLAGS}"
|
||||
export LDFLAGS_FOR_BUILD = "${BUILD_LDFLAGS}"
|
||||
|
||||
EXTRA_OECONF += "--with-libelf=${STAGING_DIR_TARGET} --without-rpm \
|
||||
ac_cv_file__usr_include_nss=no \
|
||||
ac_cv_file__usr_include_nss3=no \
|
||||
ac_cv_file__usr_include_nspr=no \
|
||||
ac_cv_file__usr_include_nspr4=no \
|
||||
ac_cv_file__usr_include_avahi_client=no \
|
||||
ac_cv_file__usr_include_avahi_common=no "
|
||||
--without-nss --without-avahi \
|
||||
--disable-server --disable-grapher "
|
||||
|
||||
STAP_DOCS ?= "--disable-docs --disable-publican --disable-refdocs"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user