Refine wget's OpenSSL configuration options (#786)
This commit is contained in:
parent
d701d2ccf3
commit
4e062d86b4
@ -17,6 +17,8 @@ class Wget(Package):
|
|||||||
|
|
||||||
def install(self, spec, prefix):
|
def install(self, spec, prefix):
|
||||||
configure("--prefix=%s" % prefix,
|
configure("--prefix=%s" % prefix,
|
||||||
"--with-ssl=openssl")
|
"--with-ssl=openssl",
|
||||||
|
"OPENSSL_CFLAGS=-I%s" % spec['openssl'].prefix.include,
|
||||||
|
"OPENSSL_LIBS=-L%s -lssl -lcrypto -lz" % spec['openssl'].prefix.lib)
|
||||||
make()
|
make()
|
||||||
make("install")
|
make("install")
|
||||||
|
Loading…
Reference in New Issue
Block a user