summaryrefslogtreecommitdiffstats
path: root/base/libtirpc
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-11-04 13:36:14 +0100
committertnut <thierryn1 at hispeed dot ch>2010-11-04 13:36:14 +0100
commitd5652e0a7ed5bf3703b1123bf7e97c42f2a4a1c7 (patch)
treebb79b027f6c02278caa492a8d20c3f405ce81a12 /base/libtirpc
parentdf93a2b4e96fc65fffa40afcf1e70fb57ed8cba4 (diff)
downloadnutyx-pakxe-d5652e0a7ed5bf3703b1123bf7e97c42f2a4a1c7.tar.gz
nutyx-pakxe-d5652e0a7ed5bf3703b1123bf7e97c42f2a4a1c7.tar.bz2
nutyx-pakxe-d5652e0a7ed5bf3703b1123bf7e97c42f2a4a1c7.tar.xz
nutyx-pakxe-d5652e0a7ed5bf3703b1123bf7e97c42f2a4a1c7.zip
libtirpc, port nettoyé
Diffstat (limited to 'base/libtirpc')
-rwxr-xr-xbase/libtirpc/Pkgfile3
-rw-r--r--base/libtirpc/libtirpc-0.2.0-no-gss.patch13
2 files changed, 1 insertions, 15 deletions
diff --git a/base/libtirpc/Pkgfile b/base/libtirpc/Pkgfile
index f6a8fa190..ad4eacaa0 100755
--- a/base/libtirpc/Pkgfile
+++ b/base/libtirpc/Pkgfile
@@ -2,13 +2,12 @@
# URL: http://people.freebsd.org/~kientzle/libarchive
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on:
name=libtirpc
version=0.2.1
release=1
source=( http://downloads.sourceforge.net/project/$name/$name/$version/$name-$version.tar.bz2\
- libtirpc-0.2.0-no-gss.patch)
+ http://nutyx.meticul.eu/files/patchs/$name/libtirpc-0.2.0-no-gss.patch)
diff --git a/base/libtirpc/libtirpc-0.2.0-no-gss.patch b/base/libtirpc/libtirpc-0.2.0-no-gss.patch
deleted file mode 100644
index 6ab54a0c1..000000000
--- a/base/libtirpc/libtirpc-0.2.0-no-gss.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-if gss is disabled, then svc_auth_gss_ops won't be available
-
---- src/svc.c
-+++ 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 *);