diff options
Diffstat (limited to 'meta-oe/recipes-support/syslog-ng/files/dbifix.patch')
-rw-r--r-- | meta-oe/recipes-support/syslog-ng/files/dbifix.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-oe/recipes-support/syslog-ng/files/dbifix.patch b/meta-oe/recipes-support/syslog-ng/files/dbifix.patch deleted file mode 100644 index 15dfb68855..0000000000 --- a/meta-oe/recipes-support/syslog-ng/files/dbifix.patch +++ /dev/null | |||
@@ -1,20 +0,0 @@ | |||
1 | Index: syslog-ng-3.5.4.1/configure.ac | ||
2 | =================================================================== | ||
3 | --- syslog-ng-3.5.4.1.orig/configure.ac 2014-07-18 14:35:03.134215740 +0000 | ||
4 | +++ syslog-ng-3.5.4.1/configure.ac 2014-07-18 15:31:52.510308653 +0000 | ||
5 | @@ -576,13 +576,14 @@ | ||
6 | dnl *************************************************************************** | ||
7 | |||
8 | AC_CHECK_LIB(dl, dlsym, DL_LIBS="-ldl") | ||
9 | +if test "x$enable_sql" != "xno"; then | ||
10 | PKG_CHECK_MODULES(LIBDBI, dbi >= $LIBDBI_MIN_VERSION, libdbi_pkgconfig_not_found="0", libdbi_pkgconfig_not_found="1") | ||
11 | |||
12 | if test "$libdbi_pkgconfig_not_found" -eq 1; then | ||
13 | dnl if libdbi has no .pc file, try it without one | ||
14 | AC_CHECK_LIB(dbi, dbi_initialize, LIBDBI_LIBS="-ldbi"; LIBDBI_CFLAGS="-I/usr/include") | ||
15 | fi | ||
16 | - | ||
17 | +fi | ||
18 | if test "x$enable_sql" = "xauto"; then | ||
19 | AC_MSG_CHECKING(whether to enable SQL support) | ||
20 | if test "x$LIBDBI_LIBS" != "x"; then | ||