[Buildroot] svn commit: trunk/buildroot/package/file

jacmet at uclibc.org jacmet at uclibc.org
Tue Sep 2 13:54:59 UTC 2008


Author: jacmet
Date: 2008-09-02 06:54:58 -0700 (Tue, 02 Sep 2008)
New Revision: 23306

Log:
file: select zlib

file depends on zlib, so make it visible in kconfig.

Modified:
   trunk/buildroot/package/file/Config.in


Changeset:
Modified: trunk/buildroot/package/file/Config.in
===================================================================
--- trunk/buildroot/package/file/Config.in	2008-09-02 13:54:55 UTC (rev 23305)
+++ trunk/buildroot/package/file/Config.in	2008-09-02 13:54:58 UTC (rev 23306)
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_FILE
 	bool "file"
+	select BR2_PACKAGE_ZLIB
 	help
 	  Program to identify a file's format by scanning binary data
 	  for known patterns.




More information about the buildroot mailing list