mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] fcgi: targetinstall: also install libfcgi++
@ 2014-11-07 17:35 Andreas Pretzsch
  2014-11-13 16:58 ` Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Andreas Pretzsch @ 2014-11-07 17:35 UTC (permalink / raw)
  To: ptxdist

FastCGI package provides a C++ stream abstraction as libfcgi++.
Install this library on the target, too.

Signed-off-by: Andreas Pretzsch <apr@cn-eng.de>
---
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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [ptxdist] [PATCH] fcgi: targetinstall: also install libfcgi++
  2014-11-07 17:35 [ptxdist] [PATCH] fcgi: targetinstall: also install libfcgi++ Andreas Pretzsch
@ 2014-11-13 16:58 ` Michael Olbrich
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2014-11-13 16:58 UTC (permalink / raw)
  To: ptxdist

On Fri, Nov 07, 2014 at 06:35:30PM +0100, Andreas Pretzsch wrote:
> FastCGI package provides a C++ stream abstraction as libfcgi++.
> Install this library on the target, too.
> 
> Signed-off-by: Andreas Pretzsch <apr@cn-eng.de>
> ---
> 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.

Good choice. Options for something like this are just overkill.
Thanks, applied.

Michael

> 
>  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
> 

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-11-13 16:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-07 17:35 [ptxdist] [PATCH] fcgi: targetinstall: also install libfcgi++ Andreas Pretzsch
2014-11-13 16:58 ` Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox