Remove dependency on libldap
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
name: curl
|
name: curl
|
||||||
description: Command line tool and library for transferring data with URLs
|
description: Command line tool and library for transferring data with URLs
|
||||||
version: 8.17.0
|
version: 8.17.0
|
||||||
revision: 1
|
revision: 2
|
||||||
url: https://curl.se/
|
url: https://curl.se/
|
||||||
license: MIT
|
license: MIT
|
||||||
architecture: any
|
architecture: any
|
||||||
|
|||||||
@@ -13,7 +13,13 @@ build() {
|
|||||||
--enable-ipv6 \
|
--enable-ipv6 \
|
||||||
--enable-websockets \
|
--enable-websockets \
|
||||||
--enable-threaded-resolver \
|
--enable-threaded-resolver \
|
||||||
|
--disable-ldap \
|
||||||
|
--disable-ldaps \
|
||||||
--with-ca-path=/etc/ssl/certs
|
--with-ca-path=/etc/ssl/certs
|
||||||
|
|
||||||
|
# Prevent overlinking due to libtool
|
||||||
|
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool
|
||||||
|
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user