This is an automated email from the ASF dual-hosted git repository.
wohali pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-pkg.git
The following commit(s) were added to refs/heads/master by this push:
new f71d260 Skip symbol check on armv7l
f71d260 is described below
commit f71d26071426a284f484724a64303728dd3adf19
Author: Joan Touzet <[email protected]>
AuthorDate: Sat Aug 4 16:59:04 2018 -0400
Skip symbol check on armv7l
---
Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile b/Makefile
index c77e9b9..3d46bb4 100644
--- a/Makefile
+++ b/Makefile
@@ -138,6 +138,7 @@ couch-js-clean:
couch-js-debs: couch-js-clean
mkdir js/build && cd js/build && tar xf ../src/js185-1.0.0.tar.gz
--strip-components=1
cp -r js/debian js/build
+ [ "$(shell arch)" = "armv7l" ] && rm js/build/debian/*symbols
cd js/build && dch -v $(JS_VERSION)~$(PLATFORM) $(JS_DEBCHANGELOG)
cd js/build && dpkg-buildpackage -b -us -uc