summaryrefslogtreecommitdiffstats
path: root/package/ltrace
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2009-10-26 08:26:28 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2009-10-26 08:26:28 +0100
commita305c33209abba05fa9371e09abc5dc4c397973b (patch)
tree2e9b70228edb8b3bea640e6c282a336af764a7b3 /package/ltrace
parentda25e92b081ca9cbf6e3603528d5902ce2ea9766 (diff)
downloadbuildroot-novena-a305c33209abba05fa9371e09abc5dc4c397973b.tar.gz
buildroot-novena-a305c33209abba05fa9371e09abc5dc4c397973b.zip
libelf: convert to Makefile.autotools.in and get rid of LIBELF_HEADERS option
We have the generic BR2_HAVE_DEVFILES now. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'package/ltrace')
-rw-r--r--package/ltrace/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/ltrace/Config.in b/package/ltrace/Config.in
index a8b6a91af..8e090a4f2 100644
--- a/package/ltrace/Config.in
+++ b/package/ltrace/Config.in
@@ -4,7 +4,7 @@ comment "ltrace has no inherent support for AVR32"
config BR2_PACKAGE_LTRACE
bool "ltrace"
#depends on BR2_LARGEFILE
- select BR2_PACKAGE_LIBELF_HEADERS
+ select BR2_PACKAGE_LIBELF
help
Debugging program which runs a specified command until it exits.
While the command is executing, ltrace intercepts and records