mirror of https://gitee.com/bigwinds/arangodb
fixed cflags
This commit is contained in:
parent
d46420f2a8
commit
540130a4b0
|
@ -21,7 +21,7 @@ BUILT_SOURCES += @ZLIB_LIBS@
|
|||
|
||||
mkdir @top_srcdir@/3rdParty/zlib-1.2.7 || true
|
||||
|
||||
cd @top_srcdir@/3rdParty/zlib-1.2.7 && ./configure
|
||||
cd @top_srcdir@/3rdParty/zlib-1.2.7 && CC="${CC}" CFLAGS="${CFLAGS}" ./configure --static
|
||||
|
||||
cd @top_srcdir@/3rdParty/zlib-1.2.7 && $(MAKE)
|
||||
|
||||
|
|
Loading…
Reference in New Issue