Makefile-env.am: set a default for CEPH_BUILD_VIRTUALENV

We need to shorten the virtualenv path for non-Jenkins builds
too; gitbuilders were also overflowing the interpreter path limit

Signed-off-by: Dan Mick <dan.mick@redhat.com>
This commit is contained in:
Dan Mick 2016-03-23 18:13:21 -07:00
parent a21cc14a52
commit 5b3da26f54

View File

@ -297,5 +297,7 @@ LIBCIVETWEB_DEPS =
DENCODER_SOURCES =
DENCODER_DEPS =
# put virtualenvs in this directory for build
CEPH_BUILD_VIRTUALENV="/tmp/"
radoslibdir = $(libdir)/rados-classes