|
|
@@ -71,17 +71,15 @@
|
|
|
@GLIB_LIBS@ -lm \
|
|
|
@PCAP_LIBS@ @SOCKET_LIBS@ @NSL_LIBS@ @ADNS_LIBS@
|
|
|
Index: configure
|
|
|
---- configure.orig 2004-10-09 13:34:16 +0200
|
|
|
-+++ configure 2004-10-09 13:35:01 +0200
|
|
|
-@@ -15190,6 +15190,11 @@
|
|
|
-
|
|
|
- if test "x$want_ssl" = "xyes"; then
|
|
|
- LIBS="-lcrypto"
|
|
|
+--- configure.orig 2004-10-21 04:50:23.000000000 +0200
|
|
|
++++ configure 2004-10-23 11:44:44.242378655 +0200
|
|
|
+@@ -15267,6 +15267,9 @@
|
|
|
+ else
|
|
|
+ ac_check_lib_save_LIBS=$LIBS
|
|
|
+ LIBS="-lcrypto $LIBS"
|
|
|
+case "$host_os" in
|
|
|
-+ solaris*)
|
|
|
-+ LIBS="$LIBS -lsocket -lnsl"
|
|
|
-+ ;;
|
|
|
++ solaris* ) LIBS="$LIBS -lsocket -lnsl" ;;
|
|
|
+esac
|
|
|
- cat >conftest.$ac_ext <<_ACEOF
|
|
|
+ cat >conftest.$ac_ext <<_ACEOF
|
|
|
/* confdefs.h. */
|
|
|
_ACEOF
|