Christian Wiese
13 years ago
3 changed files with 3 additions and 72 deletions
@ -1,40 +0,0 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||
#
|
||||
# Filename: package/.../libtirpc/libtirpc-0.2.0-make-docdir.patch
|
||||
# Copyright (C) 2011 The OpenSDE Project
|
||||
#
|
||||
# More information can be found in the files COPYING and README.
|
||||
#
|
||||
# This patch file is dual-licensed. It is available under the license the
|
||||
# patched project is licensed under, as long as it is an OpenSource license
|
||||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
||||
# of the GNU General Public License as published by the Free Software
|
||||
# Foundation; either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# --- SDE-COPYRIGHT-NOTE-END ---
|
||||
|
||||
Description: Include doc directory while running make
|
||||
|
||||
Primary purpose of this patch is to install the template of '/etc/netconfig'
|
||||
which is located within the doc directory.
|
||||
|
||||
--- libtirpc-0.2.0/Makefile.am.orig 2011-08-03 16:14:21.273136372 +0200
|
||||
+++ libtirpc-0.2.0/Makefile.am 2011-08-03 16:15:00.618219634 +0200
|
||||
@@ -1,4 +1,4 @@
|
||||
-SUBDIRS = src man
|
||||
+SUBDIRS = src man doc
|
||||
|
||||
nobase_include_HEADERS = tirpc/netconfig.h \
|
||||
tirpc/rpcsvc/crypt.x \
|
||||
--- libtirpc-0.2.0/Makefile.in.orig 2011-08-03 16:14:24.465226283 +0200
|
||||
+++ libtirpc-0.2.0/Makefile.in 2011-08-03 16:15:13.870559301 +0200
|
||||
@@ -199,7 +199,7 @@
|
||||
top_build_prefix = @top_build_prefix@
|
||||
top_builddir = @top_builddir@
|
||||
top_srcdir = @top_srcdir@
|
||||
-SUBDIRS = src man
|
||||
+SUBDIRS = src man doc
|
||||
nobase_include_HEADERS = tirpc/netconfig.h \
|
||||
tirpc/rpcsvc/crypt.x \
|
||||
tirpc/rpcsvc/crypt.h \
|
@ -1,29 +0,0 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||||
#
|
||||
# Filename: package/.../libtirpc/no-gss.patch
|
||||
# Copyright (C) 2009 The OpenSDE Project
|
||||
#
|
||||
# More information can be found in the files COPYING and README.
|
||||
#
|
||||
# This patch file is dual-licensed. It is available under the license the
|
||||
# patched project is licensed under, as long as it is an OpenSource license
|
||||
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
|
||||
# of the GNU General Public License as published by the Free Software
|
||||
# Foundation; either version 2 of the License, or (at your option) any later
|
||||
# version.
|
||||
# --- SDE-COPYRIGHT-NOTE-END ---
|
||||
|
||||
if gss is disabled, then svc_auth_gss_ops won't be available
|
||||
|
||||
--- ./src/svc.c.orig
|
||||
+++ ./src/svc.c
|
||||
@@ -77,7 +77,7 @@
|
||||
|
||||
extern rwlock_t svc_lock;
|
||||
extern rwlock_t svc_fd_lock;
|
||||
-extern struct svc_auth_ops svc_auth_gss_ops;
|
||||
+extern struct svc_auth_ops svc_auth_gss_ops __attribute__((weak));
|
||||
|
||||
static struct svc_callout *svc_find (rpcprog_t, rpcvers_t,
|
||||
struct svc_callout **, char *);
|
Loading…
Reference in new issue