From 5a3bd1d212bda6b4ded5c81949969b37ddc63694 Mon Sep 17 00:00:00 2001 From: Abdoulaye Walsimou Gaye Date: Sun, 27 Oct 2013 14:03:30 +0100 Subject: New package: fcgi: library for fastcgi development Signed-off-by: Abdoulaye Walsimou Gaye --- packages/net/net.mk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'packages/net/net.mk') diff --git a/packages/net/net.mk b/packages/net/net.mk index 904f336..8f7af0f 100644 --- a/packages/net/net.mk +++ b/packages/net/net.mk @@ -1,6 +1,6 @@ ################################################################################ # Embtoolkit -# Copyright(C) 2012 Abdoulaye Walsimou GAYE. +# Copyright(C) 2012-2013 Abdoulaye Walsimou GAYE. # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -23,6 +23,10 @@ # \date May 2012 ################################################################################ +# fcgi +include packages/net/fcgi/fcgi.mk +ROOTFS_COMPONENTS-$(CONFIG_EMBTK_HAVE_FCGI) += fcgi_install + # Iptables include packages/net/iptables/iptables.mk ROOTFS_COMPONENTS-$(CONFIG_EMBTK_HAVE_IPTABLES) += iptables_install -- cgit v1.2.3