Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f299186f5ce6fa9111cfe045ae0e664c35001c07)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f299186f5ce6fa9111cfe045ae0e664c35001c07)
  • Date: Mon, 23 Mar 2009 08:12:10 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

libs/gmp/BUILD | 2 ++
libs/gmp/DETAILS | 1 +
libs/gmp/HISTORY | 5 +++++
3 files changed, 8 insertions(+)

New commits:
commit f299186f5ce6fa9111cfe045ae0e664c35001c07
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

gmp: fix very big epic failure if a user has /usr on a different partition

diff --git a/libs/gmp/BUILD b/libs/gmp/BUILD
index d050839..eee32e6 100755
--- a/libs/gmp/BUILD
+++ b/libs/gmp/BUILD
@@ -1,3 +1,5 @@
+# needed by essential /bin/expr at least
+OPTS="--libdir=$INSTALL_ROOT/lib $OPTS" &&
# gcc bug when running test?
CFLAGS=${CFLAGS/-O3/-O2} &&
if [[ ${SMGL_COMPAT_ARCHS[1]} == alpha ]];then
diff --git a/libs/gmp/DETAILS b/libs/gmp/DETAILS
index a3c3836..f1321f1 100755
--- a/libs/gmp/DETAILS
+++ b/libs/gmp/DETAILS
@@ -1,5 +1,6 @@
SPELL=gmp
VERSION=4.2.4
+ PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
diff --git a/libs/gmp/HISTORY b/libs/gmp/HISTORY
index 9aaa909..01d8daa 100644
--- a/libs/gmp/HISTORY
+++ b/libs/gmp/HISTORY
@@ -1,3 +1,8 @@
+2009-03-23 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: PATCHLEVEL=1
+ * BUILD: install the libraries under /lib (needed by essential stuff
+ like `/bin/expr' from coreutils)
+
2008-09-24 Andrew Stitt <astitt AT sourcemage.org>
* DEPENDS: prevent cyclic dependency on glib2




  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f299186f5ce6fa9111cfe045ae0e664c35001c07), Vlad Glagolev, 03/23/2009

Archive powered by MHonArc 2.6.24.

Top of Page