Accepting request 125177 from home:jirislaby:branches:Base:System
remove some patches OBS-URL: https://build.opensuse.org/request/show/125177 OBS-URL: https://build.opensuse.org/package/show/network:utilities/tcpdump?expand=0&rev=12
This commit is contained in:
parent
10f73fec3b
commit
ff22afc055
@ -1,11 +0,0 @@
|
||||
--- print-zephyr.c
|
||||
+++ print-zephyr.c
|
||||
@@ -134,7 +134,7 @@
|
||||
void
|
||||
zephyr_print(const u_char *cp, int length)
|
||||
{
|
||||
- struct z_packet z;
|
||||
+ struct z_packet z = {};
|
||||
char *parse = (char *) cp;
|
||||
int parselen = length;
|
||||
char *s;
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 15 15:37:15 CEST 2012 - jslaby@suse.de
|
||||
|
||||
- remove tcpdump-4.0.0-uninitialized.patch, it's solved differently
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jun 14 23:48:25 CEST 2012 - jslaby@suse.de
|
||||
|
||||
|
@ -27,7 +27,6 @@ Source: http://www.tcpdump.org/release/%{name}-%{version}.tar.gz
|
||||
Source1: tcpdump-qeth
|
||||
Patch0: tcpdump-4.0.0-prototypes.patch
|
||||
Patch2: tcpdump-4.0.0-aliasing.patch
|
||||
Patch3: tcpdump-4.0.0-uninitialized.patch
|
||||
BuildRequires: libpcap-devel
|
||||
BuildRequires: libsmi-devel
|
||||
BuildRequires: openssl-devel
|
||||
@ -42,7 +41,6 @@ ethernet. It can be used to debug specific network problems.
|
||||
%setup -q
|
||||
%patch0
|
||||
%patch2
|
||||
%patch3
|
||||
|
||||
%build
|
||||
export CFLAGS="$RPM_OPT_FLAGS -Wall -DGUESS_TSO -fstack-protector -fno-strict-aliasing"
|
||||
|
Loading…
Reference in New Issue
Block a user