summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/syslog-ng/files/configure.ac-add-option-enable-thread-tls-to-manage-.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/syslog-ng/files/configure.ac-add-option-enable-thread-tls-to-manage-.patch')
-rw-r--r--meta-oe/recipes-support/syslog-ng/files/configure.ac-add-option-enable-thread-tls-to-manage-.patch19
1 files changed, 8 insertions, 11 deletions
diff --git a/meta-oe/recipes-support/syslog-ng/files/configure.ac-add-option-enable-thread-tls-to-manage-.patch b/meta-oe/recipes-support/syslog-ng/files/configure.ac-add-option-enable-thread-tls-to-manage-.patch
index cc8d11044a..c172e4e747 100644
--- a/meta-oe/recipes-support/syslog-ng/files/configure.ac-add-option-enable-thread-tls-to-manage-.patch
+++ b/meta-oe/recipes-support/syslog-ng/files/configure.ac-add-option-enable-thread-tls-to-manage-.patch
@@ -10,13 +10,13 @@ Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
10 configure.ac | 17 +++++++++++------ 10 configure.ac | 17 +++++++++++------
11 1 file changed, 11 insertions(+), 6 deletions(-) 11 1 file changed, 11 insertions(+), 6 deletions(-)
12 12
13diff --git a/configure.ac b/configure.ac 13Index: syslog-ng-3.8.1/configure.ac
14index 474e094..cedca54 100644 14===================================================================
15--- a/configure.ac 15--- syslog-ng-3.8.1.orig/configure.ac
16+++ b/configure.ac 16+++ syslog-ng-3.8.1/configure.ac
17@@ -120,6 +120,9 @@ AC_ARG_ENABLE(memtrace, 17@@ -147,6 +147,9 @@ AC_ARG_ENABLE(gprof,
18 AC_ARG_ENABLE(ssl, 18 AC_ARG_ENABLE(memtrace,
19 [ --enable-ssl Enable SSL support.],,enable_ssl="auto") 19 [ --enable-memtrace Enable alternative leak debugging code.])
20 20
21+AC_ARG_ENABLE(thread-tls, 21+AC_ARG_ENABLE(thread-tls,
22+ [ --enable-thread-tls Enable Thread Transport Layer Security support.],,enable_thread_tls="no") 22+ [ --enable-thread-tls Enable Thread Transport Layer Security support.],,enable_thread_tls="no")
@@ -24,7 +24,7 @@ index 474e094..cedca54 100644
24 AC_ARG_ENABLE(dynamic-linking, 24 AC_ARG_ENABLE(dynamic-linking,
25 [ --enable-dynamic-linking Link everything dynamically.],,enable_dynamic_linking="auto") 25 [ --enable-dynamic-linking Link everything dynamically.],,enable_dynamic_linking="auto")
26 26
27@@ -381,12 +384,14 @@ dnl *************************************************************************** 27@@ -486,12 +489,14 @@ dnl ************************************
28 dnl Is the __thread keyword available? 28 dnl Is the __thread keyword available?
29 dnl *************************************************************************** 29 dnl ***************************************************************************
30 30
@@ -45,6 +45,3 @@ index 474e094..cedca54 100644
45 45
46 dnl *************************************************************************** 46 dnl ***************************************************************************
47 dnl How to do static linking? 47 dnl How to do static linking?
48--
491.9.1
50