1
0
Fork 0

Merge branch 'devel' of https://github.com/arangodb/arangodb into devel

This commit is contained in:
jsteemann 2017-04-03 14:22:36 +02:00
commit 51e4e6fb99
2 changed files with 5 additions and 0 deletions

1
.gitignore vendored
View File

@ -42,6 +42,7 @@ Release64/
Release32/
WindowsLibraries/
cluster/
p/
core
TAGS

View File

@ -642,6 +642,10 @@ if test -n "${TARGET_DIR}"; then
arangosh/.keepme
)
if test -n "${ENTERPRISE_GIT_URL}" ; then
(cd ${SOURCE_DIR}/enterprise; tar -u -f ${TARFILE_TMP} js)
fi
if test "`uname -o||true`" == "Cygwin"; then
SSLDIR=`grep FIND_PACKAGE_MESSAGE_DETAILS_OpenSSL CMakeCache.txt |sed -e "s/.*optimized;//" -e "s/;.*//" -e "s;/lib.*lib;;" -e "s;\([a-zA-Z]*\):;/cygdrive/\1;"`
DLLS=`find ${SSLDIR} -name \*.dll |grep -i release`