]> code.ossystems Code Review - openembedded-core.git/commitdiff
subversion 1.6.15: fix unknown-configure-option
authorRobert Yang <liezhi.yang@windriver.com>
Wed, 28 Jan 2015 01:10:37 +0000 (17:10 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 7 Feb 2015 18:52:47 +0000 (18:52 +0000)
WARNING: QA Issue: subversion: configure was passed unrecognised options: --without-apache [unknown-configure-option]

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/recipes-devtools/subversion/subversion_1.6.15.bb

index b135bb7a3f9579cabca0fd311026322f89b3eee4..28163e5644223dcc739baf67869f5d84ef4f8efb 100644 (file)
@@ -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"