Browse Source

upgrading package: ethereal 0.10.6 -> 0.10.7

master
parent
commit
eae3a03ded
  1. 18
      ethereal/ethereal.patch
  2. 4
      ethereal/ethereal.spec

18
ethereal/ethereal.patch

@ -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

4
ethereal/ethereal.spec

@ -33,8 +33,8 @@ Distribution: OpenPKG
Class: EVAL
Group: Network
License: GPL
Version: 0.10.6
Release: 20041011
Version: 0.10.7
Release: 20041023
# package options
%option with_zlib yes

Loading…
Cancel
Save