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

jacmet at uclibc.org jacmet at uclibc.org
Mon Jan 26 19:14:18 UTC 2009


Author: jacmet
Date: 2009-01-26 19:14:18 +0000 (Mon, 26 Jan 2009)
New Revision: 25059

Log:
libcgicc: depend on toolchain config, don't use select

select should only be used for package (library) dependencies.

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


Changeset:
Modified: trunk/buildroot/package/libcgicc/Config.in
===================================================================
--- trunk/buildroot/package/libcgicc/Config.in	2009-01-26 19:10:41 UTC (rev 25058)
+++ trunk/buildroot/package/libcgicc/Config.in	2009-01-26 19:14:18 UTC (rev 25059)
@@ -1,8 +1,11 @@
 config BR2_PACKAGE_LIBCGICC
 	bool "libcgicc"
-	select BR2_INSTALL_LIBSTDCPP
+	depends on BR2_INSTALL_LIBSTDCPP
 	help
 	  GNU cgicc is a C++ class library that greatly simplifies
 	  the creation of CGI applications for the World Wide Web.
 
 	  http://www.cgicc.com
+
+comment "libcgicc requires a toolchain with C++ support enabled"
+	depends on !BR2_INSTALL_LIBSTDCPP



More information about the buildroot mailing list