From: Bernhard Reutner-Fischer Date: Fri, 6 Apr 2007 15:05:05 +0000 (-0000) Subject: - doesn't compile if LFS is off X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9815cc05a9e1beb1486d3422ae61163859120016;p=buildroot.git - doesn't compile if LFS is off --- diff --git a/package/ltrace/Config.in b/package/ltrace/Config.in index 12e214fbfc..250370709e 100644 --- a/package/ltrace/Config.in +++ b/package/ltrace/Config.in @@ -1,6 +1,7 @@ config BR2_PACKAGE_LTRACE bool "ltrace" default n + depends on BR2_LARGEFILE depends on BR2_PACKAGE_LIBELF help Debugging program which runs a specified command until it exits.