summaryrefslogtreecommitdiffstats
path: root/recipes-ids/samhain/files/samhain-avoid-searching-host-for-postgresql.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-ids/samhain/files/samhain-avoid-searching-host-for-postgresql.patch')
-rw-r--r--recipes-ids/samhain/files/samhain-avoid-searching-host-for-postgresql.patch15
1 files changed, 6 insertions, 9 deletions
diff --git a/recipes-ids/samhain/files/samhain-avoid-searching-host-for-postgresql.patch b/recipes-ids/samhain/files/samhain-avoid-searching-host-for-postgresql.patch
index 6bf67e0..a84229e 100644
--- a/recipes-ids/samhain/files/samhain-avoid-searching-host-for-postgresql.patch
+++ b/recipes-ids/samhain/files/samhain-avoid-searching-host-for-postgresql.patch
@@ -10,11 +10,11 @@ Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
10 configure.ac | 101 +++-------------------------------------------------------- 10 configure.ac | 101 +++--------------------------------------------------------
11 1 file changed, 5 insertions(+), 96 deletions(-) 11 1 file changed, 5 insertions(+), 96 deletions(-)
12 12
13diff --git a/configure.ac b/configure.ac 13Index: samhain-4.4.2/configure.ac
14index a224c68..f658d53 100644 14===================================================================
15--- a/configure.ac 15--- samhain-4.4.2.orig/configure.ac
16+++ b/configure.ac 16+++ samhain-4.4.2/configure.ac
17@@ -1278,90 +1278,11 @@ AC_ARG_WITH(database, 17@@ -1290,90 +1290,11 @@ AC_ARG_WITH(database,
18 AC_DEFINE(WITH_POSTGRES) 18 AC_DEFINE(WITH_POSTGRES)
19 AC_DEFINE(WITH_DATABASE) 19 AC_DEFINE(WITH_DATABASE)
20 # 20 #
@@ -110,7 +110,7 @@ index a224c68..f658d53 100644
110 LIBS="$LIBS -L${PGSQL_LIB_DIR} -lpq -lm" 110 LIBS="$LIBS -L${PGSQL_LIB_DIR} -lpq -lm"
111 if test x"$enable_static" = xyes; then 111 if test x"$enable_static" = xyes; then
112 LIBS="$LIBS -L${PGSQL_LIB_DIR} -lpq -lcrypt -lm" 112 LIBS="$LIBS -L${PGSQL_LIB_DIR} -lpq -lcrypt -lm"
113@@ -1370,18 +1291,6 @@ AC_ARG_WITH(database, 113@@ -1382,18 +1303,6 @@ AC_ARG_WITH(database,
114 fi 114 fi
115 # CFLAGS="$CFLAGS -I${PGSQL_INC_DIR}" 115 # CFLAGS="$CFLAGS -I${PGSQL_INC_DIR}"
116 CPPFLAGS="$CPPFLAGS -I${PGSQL_INC_DIR}" 116 CPPFLAGS="$CPPFLAGS -I${PGSQL_INC_DIR}"
@@ -129,6 +129,3 @@ index a224c68..f658d53 100644
129 fi 129 fi
130 elif test "x${withval}" = "xodbc"; then 130 elif test "x${withval}" = "xodbc"; then
131 AC_MSG_CHECKING(for odbc in /usr /usr/local ODBC_HOME) 131 AC_MSG_CHECKING(for odbc in /usr /usr/local ODBC_HOME)
132--
1332.11.0
134