ports/curl: remove libcurl.la file and use /dev/urandom
This commit is contained in:
parent
88c9f6d233
commit
86859267f0
|
@ -8,9 +8,14 @@ CONFIGURE_OPTIONS=(
|
||||||
'--disable-threaded-resolver'
|
'--disable-threaded-resolver'
|
||||||
'--disable-ipv6'
|
'--disable-ipv6'
|
||||||
'--disable-docs'
|
'--disable-docs'
|
||||||
|
'--disable-ntlm'
|
||||||
'--with-openssl'
|
'--with-openssl'
|
||||||
'--with-zlib'
|
'--with-zlib'
|
||||||
'--with-random=/dev/random'
|
|
||||||
'--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt'
|
'--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt'
|
||||||
'--without-ca-path'
|
'--without-ca-path'
|
||||||
)
|
)
|
||||||
|
|
||||||
|
install() {
|
||||||
|
make install DESTDIR="$BANAN_SYSROOT" || exit 1
|
||||||
|
rm -f $BANAN_SYSROOT/usr/lib/libcurl.la
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue