Accepting request 514028 from Base:System
1 OBS-URL: https://build.opensuse.org/request/show/514028 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libnscd?expand=0&rev=25
This commit is contained in:
commit
75879ab5b0
12
decls.patch
Normal file
12
decls.patch
Normal file
@ -0,0 +1,12 @@
|
||||
Index: libnscd-2.0.2/src/libnscd.c
|
||||
===================================================================
|
||||
--- libnscd-2.0.2.orig/src/libnscd.c
|
||||
+++ libnscd-2.0.2/src/libnscd.c
|
||||
@@ -27,6 +27,7 @@
|
||||
#include <unistd.h>
|
||||
#include <sys/socket.h>
|
||||
#include <sys/un.h>
|
||||
+#include <sys/uio.h>
|
||||
|
||||
#include "libnscd.h"
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 5 14:27:45 UTC 2017 - schwab@suse.de
|
||||
|
||||
- decls.patch: fix missing declarations
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 18 15:13:54 UTC 2014 - fcrozat@suse.com
|
||||
|
||||
|
@ -26,6 +26,7 @@ Group: Development/Libraries/C and C++
|
||||
|
||||
Source: http://ftp.suse.com/pub/people/kukuk/libnscd/libnscd-%version.tar.bz2
|
||||
Source2: baselibs.conf
|
||||
Patch: decls.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
# bug437293
|
||||
%ifarch ppc64
|
||||
@ -69,6 +70,7 @@ to develop applications that needs to communicate with a running nscd.
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%patch -p1
|
||||
|
||||
%build
|
||||
%configure --disable-static --with-pic
|
||||
|
Loading…
x
Reference in New Issue
Block a user