diff options
Diffstat (limited to 'meta-networking/recipes-daemons/squid/files/squid-use-serial-tests-config-needed-by-ptest.patch')
-rw-r--r-- | meta-networking/recipes-daemons/squid/files/squid-use-serial-tests-config-needed-by-ptest.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-networking/recipes-daemons/squid/files/squid-use-serial-tests-config-needed-by-ptest.patch b/meta-networking/recipes-daemons/squid/files/squid-use-serial-tests-config-needed-by-ptest.patch index 9c75f17e70..732cf17f7b 100644 --- a/meta-networking/recipes-daemons/squid/files/squid-use-serial-tests-config-needed-by-ptest.patch +++ b/meta-networking/recipes-daemons/squid/files/squid-use-serial-tests-config-needed-by-ptest.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 9bcec221a2bb438d8a9ed59aed846ffe3be9cffa Mon Sep 17 00:00:00 2001 | 1 | From 3d881c112bba765731d581194aae95651819b715 Mon Sep 17 00:00:00 2001 |
2 | From: Jackie Huang <jackie.huang@windriver.com> | 2 | From: Jackie Huang <jackie.huang@windriver.com> |
3 | Date: Tue, 19 Jul 2016 01:56:23 -0400 | 3 | Date: Tue, 19 Jul 2016 01:56:23 -0400 |
4 | Subject: [PATCH] squid: use serial-tests config needed by ptest | 4 | Subject: [PATCH] squid: use serial-tests config needed by ptest |
@@ -15,15 +15,15 @@ Signed-off-by: Jackie Huang <jackie.huang@windriver.com> | |||
15 | 1 file changed, 1 insertion(+), 1 deletion(-) | 15 | 1 file changed, 1 insertion(+), 1 deletion(-) |
16 | 16 | ||
17 | diff --git a/configure.ac b/configure.ac | 17 | diff --git a/configure.ac b/configure.ac |
18 | index 3827222..504a844 100644 | 18 | index c7ae568..5e1454e 100644 |
19 | --- a/configure.ac | 19 | --- a/configure.ac |
20 | +++ b/configure.ac | 20 | +++ b/configure.ac |
21 | @@ -10,7 +10,7 @@ AC_PREREQ(2.61) | 21 | @@ -10,7 +10,7 @@ AC_PREREQ(2.61) |
22 | AC_CONFIG_HEADERS([include/autoconf.h]) | 22 | AC_CONFIG_HEADERS([include/autoconf.h]) |
23 | AC_CONFIG_AUX_DIR(cfgaux) | 23 | AC_CONFIG_AUX_DIR(cfgaux) |
24 | AC_CONFIG_SRCDIR([src/main.cc]) | 24 | AC_CONFIG_SRCDIR([src/main.cc]) |
25 | -AM_INIT_AUTOMAKE([tar-ustar nostdinc subdir-objects]) | 25 | -AM_INIT_AUTOMAKE([tar-ustar nostdinc subdir-objects dist-xz]) |
26 | +AM_INIT_AUTOMAKE([tar-ustar nostdinc subdir-objects serial-tests]) | 26 | +AM_INIT_AUTOMAKE([tar-ustar nostdinc subdir-objects dist-xz serial-tests]) |
27 | AC_REVISION($Revision$)dnl | 27 | AC_REVISION($Revision$)dnl |
28 | AC_PREFIX_DEFAULT(/usr/local/squid) | 28 | AC_PREFIX_DEFAULT(/usr/local/squid) |
29 | AM_MAINTAINER_MODE | 29 | AM_MAINTAINER_MODE |