Libevent depends on OpenSSL
This commit is contained in:
parent
0d23ff92b0
commit
20845a739f
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@ class Libevent(Package):
|
|||
version('2.0.12', '42986228baf95e325778ed328a93e070')
|
||||
|
||||
|
||||
depends_on('openssl')
|
||||
|
||||
|
||||
def install(self, spec, prefix):
|
||||
configure("--prefix=%s" % prefix)
|
||||
|
||||
|
|
Loading…
Reference in a new issue