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

aldot at uclibc.org aldot at uclibc.org
Fri Apr 6 15:05:06 UTC 2007


Author: aldot
Date: 2007-04-06 08:05:05 -0700 (Fri, 06 Apr 2007)
New Revision: 18351

Log:
- doesn't compile if LFS is off


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


Changeset:
Modified: trunk/buildroot/package/ltrace/Config.in
===================================================================
--- trunk/buildroot/package/ltrace/Config.in	2007-04-06 15:01:32 UTC (rev 18350)
+++ trunk/buildroot/package/ltrace/Config.in	2007-04-06 15:05:05 UTC (rev 18351)
@@ -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.




More information about the buildroot mailing list