curl: run autoreconf to get up to date libtool file.

This fixes curl-config wanting to link all dependencies.
Revision bump needed after libtool is rebuilt.
This commit is contained in:
Adrien Destugues
2020-04-11 22:16:49 +02:00
parent 32f9e02ecf
commit 3a3c15621d

View File

@@ -84,6 +84,7 @@ BUILD()
certsInstallDir="$portPackageLinksDir/ca_root_certificates"
certsDir="$certsInstallDir/$relativeDataRootDir/ssl"
autoreconf -vfi
autoconf
CPPFLAGS=-D_BSD_SOURCE runConfigure ./configure \
--enable-ipv6 --enable-manual \