diff options
author | Robert Yang <liezhi.yang@windriver.com> | 2018-08-28 15:59:48 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-08-28 09:36:28 -0700 |
commit | 8e63f1855cea2f88997580315f6f9f659da70e7c (patch) | |
tree | ab06a8589811539b0554a1fc2065d301d152705c /meta-networking/recipes-daemons | |
parent | a8c59cfdee69f5923551b374746094ed4a8ff813 (diff) | |
download | meta-openembedded-8e63f1855cea2f88997580315f6f9f659da70e7c.tar.gz |
cyrus-sasl: CLEANBROKEN = "1"
Fixed rebuild error:
configure: error: changes in the environment can compromise the build
configure: error: run `make distclean' and/or `rm .././config.cache' and start over
configure: error: ./configure failed for saslauthd
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-daemons')
-rw-r--r-- | meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb index 317d2387b..3391da0ff 100644 --- a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb +++ b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.26.bb | |||
@@ -19,6 +19,8 @@ UPSTREAM_CHECK_REGEX = "cyrus-sasl-(?P<pver>(\d+(\.\d+)+))\.tar" | |||
19 | 19 | ||
20 | inherit autotools-brokensep pkgconfig useradd systemd | 20 | inherit autotools-brokensep pkgconfig useradd systemd |
21 | 21 | ||
22 | CLEANBROKEN = "1" | ||
23 | |||
22 | EXTRA_OECONF += "--with-dblib=berkeley \ | 24 | EXTRA_OECONF += "--with-dblib=berkeley \ |
23 | --with-bdb-libdir=${STAGING_LIBDIR} \ | 25 | --with-bdb-libdir=${STAGING_LIBDIR} \ |
24 | --with-bdb-incdir=${STAGING_INCDIR} \ | 26 | --with-bdb-incdir=${STAGING_INCDIR} \ |