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

Signed-off-by: Andreas Pretzsch <a...@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

Reply via email to