浏览代码

- doesn't compile if LFS is off

Bernhard Reutner-Fischer 18 年之前
父节点
当前提交
9815cc05a9
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      package/ltrace/Config.in

+ 1 - 0
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.