summaryrefslogtreecommitdiffstats
path: root/patches/tntnet-2.2.1
diff options
context:
space:
mode:
authorBernhard Sessler <bernhard.sessler@corscience.de>2014-02-05 13:36:34 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2014-02-11 11:57:28 +0100
commitede3f0134e45a6acdd5d1625d5302fa69420564e (patch)
treee71094851c887e5d71cb55a63d9f84ddf9f71c20 /patches/tntnet-2.2.1
parentbd148b48bdf8cfbd39f43b6f51b6568491fb857c (diff)
downloadptxdist-ede3f0134e45a6acdd5d1625d5302fa69420564e.tar.gz
ptxdist-ede3f0134e45a6acdd5d1625d5302fa69420564e.tar.xz
tntnet: Add new package
Tntnet is a web application framework for C++. It can generate dynamic content via pre-compiled C++ modules. These modules can either be loaded by the standalone tntnet server executable or built to actually _be_ standalone server executables. Signed-off-by: Bernhard Sessler <bernhard.sessler@corscience.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches/tntnet-2.2.1')
-rw-r--r--patches/tntnet-2.2.1/0001-gnutls.cpp-Include-unistd.h-for-read-and-write-calls.patch21
-rw-r--r--patches/tntnet-2.2.1/series4
2 files changed, 25 insertions, 0 deletions
diff --git a/patches/tntnet-2.2.1/0001-gnutls.cpp-Include-unistd.h-for-read-and-write-calls.patch b/patches/tntnet-2.2.1/0001-gnutls.cpp-Include-unistd.h-for-read-and-write-calls.patch
new file mode 100644
index 000000000..a8b4428f0
--- /dev/null
+++ b/patches/tntnet-2.2.1/0001-gnutls.cpp-Include-unistd.h-for-read-and-write-calls.patch
@@ -0,0 +1,21 @@
+From: Bernhard Sessler <bernhard.sessler@corscience.de>
+Date: Tue, 4 Feb 2014 15:19:48 +0100
+Subject: [PATCH] gnutls.cpp: Include unistd.h for ::read() and ::write() calls
+
+Signed-off-by: Bernhard Sessler <bernhard.sessler@corscience.de>
+---
+ framework/common/gnutls.cpp | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/framework/common/gnutls.cpp b/framework/common/gnutls.cpp
+index f1c019b..8b23928 100644
+--- a/framework/common/gnutls.cpp
++++ b/framework/common/gnutls.cpp
+@@ -31,6 +31,7 @@
+ #include "tnt/tntnet.h"
+ #include <cxxtools/mutex.h>
+ #include <cxxtools/log.h>
++#include <unistd.h>
+ #include <sstream>
+ #include <sys/poll.h>
+ #include <errno.h>
diff --git a/patches/tntnet-2.2.1/series b/patches/tntnet-2.2.1/series
new file mode 100644
index 000000000..051140525
--- /dev/null
+++ b/patches/tntnet-2.2.1/series
@@ -0,0 +1,4 @@
+# generated by git-ptx-patches
+#tag:base --start-number 1
+0001-gnutls.cpp-Include-unistd.h-for-read-and-write-calls.patch
+# 767fa92bc5a4cfb026e5a51db92fc9f2 - git-ptx-patches magic