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

Vlad Glagolev scm at sourcemage.org
Mon Mar 23 09:12:10 EDT 2009


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
 



More information about the SM-Commit mailing list