curl and openssl rebuild

This commit is contained in:
Ertuğrul Erata
2015-05-30 11:31:49 +03:00
parent ac7885ef9a
commit 5fe71fb555
18 changed files with 629 additions and 107 deletions
+9 -1
View File
@@ -18,6 +18,9 @@ def setup():
--with-zlib \
--with-libidn \
--with-libssh2 \
--with-gssapi=no \
--with-nghttp2 \
--with-libmetalink \
--without-librtmp \
--enable-ipv6 \
--enable-http \
@@ -32,7 +35,12 @@ def setup():
--enable-threaded-resolver \
--enable-hidden-symbols \
--disable-versioned-symbols \
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt")
ac_cv_header_gss_h=no \
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt \
--prefix=/usr \
--with-random=/dev/urandom \
--mandir=/usr/share/man ")
def build():
autotools.make()