diff options
author | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-04-02 09:12:26 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-04-02 09:16:22 +0200 |
commit | f6d28852ab36ddcacfd37368f6b2c07d437cbc6b (patch) | |
tree | 1d7fb607cda86b2d8fde45ac3bdeb65a3b71210d /package/jquery-validation | |
parent | f8546e836784c17aa26970f6345db9d515411700 (diff) | |
download | buildroot-f6d28852ab36ddcacfd37368f6b2c07d437cbc6b.tar.gz buildroot-f6d28852ab36ddcacfd37368f6b2c07d437cbc6b.zip |
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>
Diffstat (limited to 'package/jquery-validation')
0 files changed, 0 insertions, 0 deletions