Jelajahi Sumber

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

Bernhard Reutner-Fischer 18 tahun lalu
induk
melakukan
d0010909e2
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      package/ltrace/Config.in

+ 2 - 2
package/ltrace/Config.in

@@ -1,8 +1,8 @@
 config BR2_PACKAGE_LTRACE
 config BR2_PACKAGE_LTRACE
 	bool "ltrace"
 	bool "ltrace"
 	default n
 	default n
-	depends on BR2_LARGEFILE
-	depends on BR2_PACKAGE_LIBELF
+	#depends on BR2_LARGEFILE
+	select BR2_PACKAGE_LIBELF_HEADERS
 	help
 	help
 	  Debugging program which runs a specified command until it exits.
 	  Debugging program which runs a specified command until it exits.