diff options
Diffstat (limited to 'meta-oe/recipes-devtools/ltrace/ltrace_git.bb')
-rw-r--r-- | meta-oe/recipes-devtools/ltrace/ltrace_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/ltrace/ltrace_git.bb b/meta-oe/recipes-devtools/ltrace/ltrace_git.bb index 507747ae1..69848483d 100644 --- a/meta-oe/recipes-devtools/ltrace/ltrace_git.bb +++ b/meta-oe/recipes-devtools/ltrace/ltrace_git.bb | |||
@@ -17,12 +17,15 @@ DEPENDS = "elfutils" | |||
17 | RDEPENDS_${PN} = "elfutils" | 17 | RDEPENDS_${PN} = "elfutils" |
18 | SRC_URI = "git://anonscm.debian.org/collab-maint/ltrace.git \ | 18 | SRC_URI = "git://anonscm.debian.org/collab-maint/ltrace.git \ |
19 | file://ltrace-0.7.2-unused-typedef.patch \ | 19 | file://ltrace-0.7.2-unused-typedef.patch \ |
20 | file://configure-allow-to-disable-selinux-support.patch \ | ||
20 | " | 21 | " |
21 | S = "${WORKDIR}/git" | 22 | S = "${WORKDIR}/git" |
22 | 23 | ||
23 | inherit autotools | 24 | inherit autotools |
24 | 25 | ||
26 | PACKAGECONFIG ?= "${@base_contains('DISTRO_FEATURES', 'selinux', 'selinux', '', d)}" | ||
25 | PACKAGECONFIG[unwind] = "--with-libunwind,--without-libunwind,libunwind" | 27 | PACKAGECONFIG[unwind] = "--with-libunwind,--without-libunwind,libunwind" |
28 | PACKAGECONFIG[selinux] = "--enable-selinux,--disable-selinux,libselinux,libselinux" | ||
26 | 29 | ||
27 | do_configure_prepend () { | 30 | do_configure_prepend () { |
28 | ( cd ${S}; ./autogen.sh ) | 31 | ( cd ${S}; ./autogen.sh ) |