소스 검색

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

Bernhard Reutner-Fischer 18 년 전
부모
커밋
d0010909e2
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      package/ltrace/Config.in

+ 2 - 2
package/ltrace/Config.in

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