From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mailout.mars-solutions.de ([78.46.190.119]) by metis.ext.pengutronix.de with esmtp (Exim 4.72) (envelope-from ) id 1XmnRg-0004oj-LF for ptxdist@pengutronix.de; Fri, 07 Nov 2014 18:35:37 +0100 Received: from mail.mars-solutions.de (mail.mars-solutions.de [213.239.212.107]) by mailout.mars-solutions.de (Postfix) with ESMTPS id CE0DC40515 for ; Fri, 7 Nov 2014 18:35:34 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail.mars-solutions.de (Postfix) with ESMTP id A91C9A04018 for ; Fri, 7 Nov 2014 18:35:31 +0100 (CET) Received: from mail.mars-solutions.de ([127.0.0.1]) by localhost (mars-solutions.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TnrGyxkbxKuH for ; Fri, 7 Nov 2014 18:35:31 +0100 (CET) Received: from ws-apr.office.loc (HSI-KBW-37-49-64-252.hsi14.kabel-badenwuerttemberg.de [37.49.64.252]) by mail.mars-solutions.de (Postfix) with ESMTP id DE992A04018 for ; Fri, 7 Nov 2014 18:35:30 +0100 (CET) From: Andreas Pretzsch Date: Fri, 7 Nov 2014 18:35:30 +0100 Message-Id: <1415381730-12604-1-git-send-email-apr@cn-eng.de> Subject: [ptxdist] [PATCH] fcgi: targetinstall: also install libfcgi++ Reply-To: ptxdist@pengutronix.de List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: ptxdist-bounces@pengutronix.de Errors-To: ptxdist-bounces@pengutronix.de To: ptxdist@pengutronix.de FastCGI package provides a C++ stream abstraction as libfcgi++. Install this library on the target, too. Signed-off-by: Andreas Pretzsch --- Above wrapper lib is installed by default by the package Makefile. As it is about 10k on a modern ARM target, just install it always, without an extra config option. rules/fcgi.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/fcgi.make b/rules/fcgi.make index 209a72d..b17aff0 100644 --- a/rules/fcgi.make +++ b/rules/fcgi.make @@ -42,6 +42,7 @@ $(STATEDIR)/fcgi.targetinstall: @$(call install_copy, fcgi, 0, 0, 0755, -, /usr/bin/cgi-fcgi) @$(call install_lib, fcgi, 0, 0, 0644, libfcgi) + @$(call install_lib, fcgi, 0, 0, 0644, libfcgi++) @$(call install_finish, fcgi) @$(call touch) -- 2.1.1 -- ptxdist mailing list ptxdist@pengutronix.de