[Lunar-commits] <moonbase> libtirpc: Fix issue for undefined reference to _des_crypt_call
Stefan Wold
ratler at lunar-linux.org
Sun Nov 6 15:00:32 CET 2011
commit 47adad1256ab2216faf11e573d3dce2b51c8975b
Author: Stefan Wold <ratler at lunar-linux.org>
Date: Sun Nov 6 15:00:32 2011 +0100
libtirpc: Fix issue for undefined reference to _des_crypt_call
---
libs/libtirpc/BUILD | 8 ++++++++
libs/libtirpc/DETAILS | 5 ++++-
2 files changed, 12 insertions(+), 1 deletions(-)
diff --git a/libs/libtirpc/BUILD b/libs/libtirpc/BUILD
new file mode 100644
index 0000000..1c41ae7
--- /dev/null
+++ b/libs/libtirpc/BUILD
@@ -0,0 +1,8 @@
+(
+
+ # Fix for undefined reference to _des_crypt_call
+ patch_it $SOURCE2 1 &&
+ > src/des_crypt.c &&
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/libs/libtirpc/DETAILS b/libs/libtirpc/DETAILS
index 7df578a..e5a0623 100644
--- a/libs/libtirpc/DETAILS
+++ b/libs/libtirpc/DETAILS
@@ -1,11 +1,14 @@
MODULE=libtirpc
VERSION=0.2.2
SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE2=libtirpc-0.2.2-rpc-des-prot.patch
SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha1:576c8826a91110580b60c973c672836559d2805a
+ SOURCE2_VFY=sha256:f09e866816973c6aac5c6e19d3007440b85ff42fe3c36ad0c3ee02dd657eb90c
WEB_SITE=http://sourceforge.net/projects/libtirpc
ENTERED=20100304
- UPDATED=20110611
+ UPDATED=20111106
SHORT="port of Sun's Transport-Independent RPC library to Linux"
cat << EOF
More information about the Lunar-commits
mailing list