From: Andreas Pretzsch <apr@cn-eng.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH] fcgi: targetinstall: also install libfcgi++
Date: Fri, 7 Nov 2014 18:35:30 +0100 [thread overview]
Message-ID: <1415381730-12604-1-git-send-email-apr@cn-eng.de> (raw)
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
next reply other threads:[~2014-11-07 17:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-11-07 17:35 Andreas Pretzsch [this message]
2014-11-13 16:58 ` Michael Olbrich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1415381730-12604-1-git-send-email-apr@cn-eng.de \
--to=apr@cn-eng.de \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox