From b5577e02e0503a44d3db54786eb701cd5c64c96b Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Tue, 27 Jan 2015 17:10:37 -0800 Subject: subversion 1.6.15: fix unknown-configure-option WARNING: QA Issue: subversion: configure was passed unrecognised options: --without-apache [unknown-configure-option] (From OE-Core rev: 49ad2ba8c2ffe57300b37e6bd0d9d25eb30a5449) Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- meta/recipes-devtools/subversion/subversion_1.6.15.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-devtools/subversion') diff --git a/meta/recipes-devtools/subversion/subversion_1.6.15.bb b/meta/recipes-devtools/subversion/subversion_1.6.15.bb index b135bb7a3f..28163e5644 100644 --- a/meta/recipes-devtools/subversion/subversion_1.6.15.bb +++ b/meta/recipes-devtools/subversion/subversion_1.6.15.bb @@ -30,7 +30,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2a69fef414e2cb907b4544298569300b" PACKAGECONFIG[sasl] = "--with-sasl,--without-sasl,cyrus-sasl" EXTRA_OECONF = " \ - --without-berkeley-db --without-apxs --without-apache \ + --without-berkeley-db --without-apxs \ --without-swig --with-apr=${STAGING_BINDIR_CROSS} \ --with-apr-util=${STAGING_BINDIR_CROSS} \ ac_cv_path_RUBY=none" -- cgit 1.2.3-korg