Browse Source

- doesn't compile if LFS is off

Bernhard Reutner-Fischer 18 năm trước cách đây
mục cha
commit
9815cc05a9
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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.