[Lunar-commits] <moonbase-other> srtp: Adding a patch and a sedit.
stumbles
stumbles at lunar-linux.org
Thu May 30 16:45:33 CEST 2013
commit e639a94eb2e4c2fca8f9463baad7196164d9b809
Author: stumbles <stumbles at lunar-linux.org>
Date: Thu, 30 May 2013 07:45:09 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/e639a94eb2e4c2fca8f9463baad7196164d9b809
srtp: Adding a patch and a sedit.
---
net/srtp/BUILD | +3/-4
net/srtp/DETAILS | +3/-0
2 files changed, 6 insertions(+), 4 deletions(-)
--- a/net/srtp/BUILD
+++ b/net/srtp/BUILD
@@ -1,6 +1,7 @@
-(
- CFLAGS="$CFLAGS -fPIC" &&
+ patch_it $SOURCE2 1 &&
+
+ sedit "s:rdb_bits_in_bitmask-delta:rdb_bits_in_bitmask-1:" crypto/replay/rdb.c &&
OPTS="--disable-debug" &&
@@ -9,5 +10,3 @@
make uninstall &&
default_make
-
-) > $C_FIFO 2>&1
--- a/net/srtp/DETAILS
+++ b/net/srtp/DETAILS
@@ -1,9 +1,12 @@
MODULE=srtp
VERSION=1.4.4
SOURCE=srtp-$VERSION.tgz
+ SOURCE2=libsrtp-1.4.4_p20121108-shared.patch
SOURCE_URL=$SFORGE_URL/$MODULE
+ SOURCE2_URL=https://raw.github.com/portage/portage/master/net-libs/libsrtp/files/
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE
SOURCE_VFY=sha1:299c6cfe0c9d6f1804bc5921cfbdb6a6bc76a521
+ SOURCE2_VFY=sha1:3f2196e5cdc779c75bc9128ca6435a76fce5e1dc
WEB_SITE=http://srtp.sourceforge.net/srtp.html
ENTERED=20090531
UPDATED=20090531
More information about the Lunar-commits
mailing list