1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/ftp/curl/files/patch-configure
Peter Pentchev ae5a44d3de Update to curl-7.12.3 (yes, we skipped 7.12.2 for various reasons).
Explicitly disable libidn support so that it is not even probed if libidn
is installed; I will look into enabling it after some more testing.

Testing paid off on:	ref4 (lib/select.c), sledge (lib/sendf.c)
2004-12-21 09:51:09 +00:00

14 lines
353 B
Plaintext

--- configure.orig Mon Oct 18 01:22:10 2004
+++ configure Mon Dec 13 14:59:23 2004
@@ -24217,8 +24217,10 @@
*)
PKGTEST="no"
EXTRA_SSL=$OPT_SSL
+ if ! [ "$EXTRA_SSL" = "/usr" ]; then
LDFLAGS="$LDFLAGS -L$EXTRA_SSL/lib$libsuff"
CPPFLAGS="$CPPFLAGS -I$EXTRA_SSL/include/openssl -I$EXTRA_SSL/include"
+ fi
;;
esac