mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
ae5a44d3de
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)
14 lines
353 B
Plaintext
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
|
|
|