curl: remove ac_cv_func_setmode override

this was added 717efee8f184038 by syncing from cygwin,
but cygwin no longer does this and it builds fine here.
This commit is contained in:
Christoph Reiter 2022-10-26 11:04:21 +02:00
parent ec5a9a4aa6
commit 0135ea8937

View File

@ -62,8 +62,7 @@ build() {
--with-openssl \ --with-openssl \
--with-zlib \ --with-zlib \
--with-libpsl \ --with-libpsl \
--with-ca-bundle=/usr/ssl/certs/ca-bundle.crt \ --with-ca-bundle=/usr/ssl/certs/ca-bundle.crt
ac_cv_func_setmode=yes
make make
make DESTDIR="${srcdir}/dest" install make DESTDIR="${srcdir}/dest" install