Commit d0010909 authored by Bernhard Reutner-Fischer's avatar Bernhard Reutner-Fischer
Browse files

- has to select libelf (and should nowadays work without LFS)

parent 1e96f9b2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
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.