[Buildroot] svn commit: trunk/buildroot/package/ltrace

aldot at uclibc.org aldot at uclibc.org
Tue Oct 2 11:11:55 UTC 2007


Author: aldot
Date: 2007-10-02 04:11:54 -0700 (Tue, 02 Oct 2007)
New Revision: 20172

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


Modified:
   trunk/buildroot/package/ltrace/Config.in


Changeset:
Modified: trunk/buildroot/package/ltrace/Config.in
===================================================================
--- trunk/buildroot/package/ltrace/Config.in	2007-10-02 11:06:43 UTC (rev 20171)
+++ trunk/buildroot/package/ltrace/Config.in	2007-10-02 11:11:54 UTC (rev 20172)
@@ -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.
 




More information about the buildroot mailing list