mirror of https://gitee.com/bigwinds/arangodb
Run autogen.sh for libbson compilation.
This commit is contained in:
parent
5a2debd863
commit
72a30221f0
|
@ -22,6 +22,7 @@ LIBBSONDIR = @abs_top_srcdir@/3rdParty/libbson/BUILD
|
||||||
|
|
||||||
-mkdir $(LIBBSONDIR)
|
-mkdir $(LIBBSONDIR)
|
||||||
cd @top_srcdir@/3rdParty/libbson/upstream \
|
cd @top_srcdir@/3rdParty/libbson/upstream \
|
||||||
|
&& ./autogen.sh \
|
||||||
&& ./configure \
|
&& ./configure \
|
||||||
--enable-static \
|
--enable-static \
|
||||||
--disable-shared \
|
--disable-shared \
|
||||||
|
|
Loading…
Reference in New Issue