Files
buildroot/package
Thomas Petazzoni f6d28852ab snort: avoid detecting the host pcre
The pcre configure script does this:

if test "x$with_libpcre_libraries" != "xno"; then
    LDFLAGS="${LDFLAGS}  -L${with_libpcre_libraries}"
else
    LDFLAGS="${LDFLAGS} `pcre-config --libs`"
fi

So if you don't pass --with-libpcre-libraries, it calls pcre-config as
available in the PATH. So it picks up pcre-config from $(HOST_DIR) or
the system, which return results inappropriate for cross-compilation.

So, let's explicitly pass --with-libpcre-includes and
--with-libpcre-libraries to avoid those issues.

Fixes:

  http://autobuild.buildroot.net/results/3df11c48c8e2f795f478d1ee666dda9de19133d0/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2018-04-02 09:16:22 +02:00
..
2018-03-01 23:19:20 +01:00
2018-04-01 16:22:25 +02:00
2018-03-02 08:38:33 +01:00
2018-03-05 21:04:14 +01:00
2018-03-30 08:30:51 +02:00
2018-02-27 22:22:14 +01:00
2018-03-30 10:53:28 +02:00
2018-03-29 16:05:54 +02:00
2018-03-05 10:09:42 +01:00
2018-03-02 08:36:45 +01:00
2018-03-23 16:23:20 +01:00
2018-03-03 23:26:08 +01:00
2018-03-23 16:23:57 +01:00
2018-02-27 21:34:36 +01:00
2018-03-23 16:29:22 +01:00
2018-03-23 16:29:22 +01:00
2018-03-17 09:36:47 +01:00
2018-02-20 09:04:53 +01:00
2018-03-29 18:11:07 +02:00
2018-03-19 09:26:58 +01:00
2018-04-01 13:53:59 +02:00
2018-02-28 20:44:53 +01:00
2018-03-01 14:04:40 +01:00
2018-02-19 20:55:27 +01:00
2018-03-08 09:05:51 +01:00
2018-04-01 14:38:35 +02:00
2018-04-01 21:00:31 +02:00
2018-03-24 11:54:39 +01:00
2018-02-19 20:51:49 +01:00
2018-03-06 15:44:18 +01:00
2018-02-28 20:45:08 +01:00
2018-03-05 21:04:14 +01:00
2018-04-01 16:20:11 +02:00
2018-03-05 21:22:00 +01:00
2018-03-26 23:18:16 +02:00
2018-03-08 09:05:26 +01:00
2018-03-09 22:26:30 +01:00
2018-03-05 21:04:14 +01:00
2018-03-31 16:13:39 +02:00
2018-03-30 21:43:20 +02:00
2018-03-30 21:43:22 +02:00
2018-03-13 23:27:14 +01:00
2018-03-07 21:07:06 +01:00
2018-03-10 22:24:09 +01:00
2018-03-04 10:15:25 +01:00
2018-03-18 15:16:46 +01:00
2018-02-25 23:00:51 +01:00
2018-03-05 21:04:14 +01:00
2018-04-01 22:08:14 +02:00
2018-04-02 00:45:39 +02:00
2018-03-06 11:03:12 +01:00
2018-04-02 00:08:38 +02:00
2018-03-06 11:05:25 +01:00
2018-03-07 08:42:35 +01:00
2018-03-30 21:43:31 +02:00
2018-03-30 21:48:18 +02:00
2018-03-31 09:24:39 +02:00
2018-03-05 21:04:14 +01:00
2018-03-01 23:29:18 +01:00
2018-04-01 14:16:50 +02:00
2018-03-08 09:05:22 +01:00
2018-03-09 22:24:25 +01:00
2018-02-26 23:42:56 +01:00
2018-03-25 22:23:12 +02:00
2018-03-06 11:03:51 +01:00
2018-03-29 21:19:54 +02:00
2018-03-25 20:53:39 +02:00
2018-03-29 16:06:14 +02:00
2018-03-18 23:28:32 +01:00
2018-03-24 11:37:51 +01:00
2018-04-02 01:13:50 +02:00
2018-03-07 21:22:37 +01:00
2018-03-31 22:40:09 +02:00
2018-03-31 09:05:24 +02:00
2018-03-01 23:16:34 +01:00
2018-03-27 09:46:38 +02:00
2018-02-19 20:32:43 +01:00
2018-03-30 22:02:03 +02:00
2018-03-08 09:34:35 +01:00
2018-04-01 21:00:31 +02:00