You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2020/10/30 15:02:29 UTC

[couchdb-pkg] branch main updated: Remove unrecognized -c option to configure

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb-pkg.git


The following commit(s) were added to refs/heads/main by this push:
     new 383f554  Remove unrecognized -c option to configure
383f554 is described below

commit 383f554411b8b70f0b19f00c04a5fdd224f718a1
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Fri Oct 30 11:01:56 2020 -0400

    Remove unrecognized -c option to configure
---
 debian/rules              | 2 +-
 rpm/SPECS/couchdb.spec.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 5bda270..9f5c9ac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,7 +22,7 @@ override_dh_auto_clean:
 	-mv src/mango/src/mango_cursor_text.nocompile src/mango/src/mango_cursor_text.erl
 
 override_dh_auto_configure:
-	./configure -c --spidermonkey-version $(SM_VER)
+	./configure --spidermonkey-version $(SM_VER)
 
 override_dh_auto_build:
 	dh_auto_build -- release
diff --git a/rpm/SPECS/couchdb.spec.in b/rpm/SPECS/couchdb.spec.in
index 01314d5..bbb611c 100644
--- a/rpm/SPECS/couchdb.spec.in
+++ b/rpm/SPECS/couchdb.spec.in
@@ -93,7 +93,7 @@ languages and environments.
 %define __os_install_post %{nil}
 
 %build
-./configure -c --spidermonkey-version=%SM_VER%
+./configure --spidermonkey-version=%SM_VER%
 %{__make} release
 
 %clean