[Lunar-commits] <moonbase> cdrkit: compile with glibc 2.10.1
Paul Bredbury
brebs at lunar-linux.org
Sat Sep 5 23:02:19 CEST 2009
commit 8163fe2825a74121a2a02b75183d9f75f41642ef
Author: Paul Bredbury <brebs at lunar-linux.org>
Date: Sun Sep 6 04:02:19 2009 +0700
cdrkit: compile with glibc 2.10.1
---
cd/cdrkit/BUILD | 3 +++
cd/cdrkit/DETAILS | 7 +++++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/cd/cdrkit/BUILD b/cd/cdrkit/BUILD
index 938b7ee..9b371ff 100644
--- a/cd/cdrkit/BUILD
+++ b/cd/cdrkit/BUILD
@@ -1,5 +1,8 @@
(
+ # Compile with glibc 2.10.1
+ patch_it $SOURCE_CACHE/$SOURCE2 1 &&
+
make &&
prepare_install &&
make install PREFIX=/usr
diff --git a/cd/cdrkit/DETAILS b/cd/cdrkit/DETAILS
index 0edcbbd..02a073e 100644
--- a/cd/cdrkit/DETAILS
+++ b/cd/cdrkit/DETAILS
@@ -1,12 +1,15 @@
MODULE=cdrkit
VERSION=1.1.9
SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE2=cdrkit-1.1.9-glibc-2.10.patch.bz2
SOURCE_URL=http://cdrkit.org/releases
+ SOURCE2_URL=$PATCH_URL
SOURCE_VFY=sha1:44c9d85c300803e6b9a415e79f3f0c9ddf1a65ee
- WEB_SITE=http://cdrkit.org
+ SOURCE2_VFY=sha1:b7f8698a3ca1aa1586756783696f02a97d2438f4
+ WEB_SITE=http://cdrkit.org/
ENTERED=20070210
UPDATED=20081029
- SHORT="CD and DVD media writting tools"
+ SHORT="CD and DVD media writing tools"
cat << EOF
Derived from the various programs distributed in the cdrtools suite, cdrkit
More information about the Lunar-commits
mailing list