From: Bernhard Reutner-Fischer Date: Tue, 2 Oct 2007 11:11:54 +0000 (-0000) Subject: - has to select libelf (and should nowadays work without LFS) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d0010909e2264f2bf264ee87ab41891e0c6f5587;p=buildroot.git - has to select libelf (and should nowadays work without LFS) --- diff --git a/package/ltrace/Config.in b/package/ltrace/Config.in index 250370709e..566e72f0a4 100644 --- a/package/ltrace/Config.in +++ b/package/ltrace/Config.in @@ -1,8 +1,8 @@ config BR2_PACKAGE_LTRACE bool "ltrace" default n - depends on BR2_LARGEFILE - depends on BR2_PACKAGE_LIBELF + #depends on BR2_LARGEFILE + select BR2_PACKAGE_LIBELF_HEADERS help Debugging program which runs a specified command until it exits.