- socklen_t is always 32bit, size_t is 64bit. so a classical

big endian 64bit error (bnc #674281)

OBS-URL: https://build.opensuse.org/package/show/network:utilities/nbd?expand=0&rev=9
This commit is contained in:
Marcus Schaefer
2011-04-04 15:30:59 +00:00
committed by Git OBS Bridge
parent 5bca205674
commit a979ba7b53
3 changed files with 50 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ AutoReqProv: on
Source: %{name}-%{version}.tar.bz2
Source2: init.nbd-server
Patch2: nbd-2.9.20-close.diff
Patch3: nbd-2.9.20-bigendian.diff
Summary: Network Block Device Server and Client Utilities
Url: http://nbd.sourceforge.net/
Prefix: /usr
@@ -95,6 +96,7 @@ Authors:
%prep
%setup
%patch2 -p1
%patch3 -p1
%build
export CFLAGS="$RPM_OPT_FLAGS -fstack-protector"