Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (16d82c995cbda7231f137348c1b60b69b23d5955)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (16d82c995cbda7231f137348c1b60b69b23d5955)
  • Date: Fri, 21 Sep 2018 17:54:23 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

libs/gdbm/HISTORY | 3 +++
libs/gdbm/INSTALL | 2 +-
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 16d82c995cbda7231f137348c1b60b69b23d5955
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

libs/gdbm: made symlink installation more version independent

diff --git a/libs/gdbm/HISTORY b/libs/gdbm/HISTORY
index d2c884d..1372179 100644
--- a/libs/gdbm/HISTORY
+++ b/libs/gdbm/HISTORY
@@ -1,3 +1,6 @@
+2018-09-21 Pavel Vinogradov <public AT sourcemage.org>
+ * INSTALL: got rid of version in symlink source
+
2018-08-21 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 1.18

diff --git a/libs/gdbm/INSTALL b/libs/gdbm/INSTALL
index f8c23fd..210db03 100755
--- a/libs/gdbm/INSTALL
+++ b/libs/gdbm/INSTALL
@@ -2,6 +2,6 @@ default_install &&

# Preserve the links in chroot
cd "$INSTALL_ROOT/usr/lib" &&
-ln -sf libgdbm.so.4.0.0 libndbm.so &&
+cp -P libgdbm.so libndbm.so &&
ln -sf libgdbm.la libndbm.la &&
ln -sf libgdbm.a libndbm.a



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (16d82c995cbda7231f137348c1b60b69b23d5955), Pavel Vinogradov, 09/21/2018

Archive powered by MHonArc 2.6.24.

Top of Page