Merge branch 'eschnett/libevent' of https://github.com/eschnett/spack into eschnett-eschnett/libevent

This commit is contained in:
Todd Gamblin 2016-03-05 14:23:06 -08:00
commit 0b864aacdc

View File

@ -23,6 +23,9 @@ class Libevent(Package):
version('2.0.12', '42986228baf95e325778ed328a93e070')
depends_on('openssl')
def install(self, spec, prefix):
configure("--prefix=%s" % prefix)