Jelajahi Sumber

- doesn't compile if LFS is off

Bernhard Reutner-Fischer 18 tahun lalu
induk
melakukan
9815cc05a9
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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.