Skip to Content.
Sympa Menu

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

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 (bab748c53882e4fec20595c5235c9737b1b97cb0)
  • Date: Mon, 19 Nov 2018 00:15:47 +0000

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

crypto/libsasl/HISTORY | 3 +++
crypto/libsasl/INSTALL | 3 +++
2 files changed, 6 insertions(+)

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

crypto/libsasl: now actually installs plugins and pkgconfig file

diff --git a/crypto/libsasl/HISTORY b/crypto/libsasl/HISTORY
index 1cd7e1e..a0bb1f0 100644
--- a/crypto/libsasl/HISTORY
+++ b/crypto/libsasl/HISTORY
@@ -1,3 +1,6 @@
+2018-11-18 Pavel Vinogradov <public AT sourcemage.org>
+ * INSTALL: actually install libsasl2.pc and plugins
+
2018-11-18 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.1.27
* PRE_BUILD size_t.patch: deleted
diff --git a/crypto/libsasl/INSTALL b/crypto/libsasl/INSTALL
index 849e109..71a8487 100755
--- a/crypto/libsasl/INSTALL
+++ b/crypto/libsasl/INSTALL
@@ -1,4 +1,7 @@
+make install-data &&
cd ${SOURCE_DIRECTORY}/lib &&
make install &&
cd ${SOURCE_DIRECTORY}/include &&
+make install &&
+cd ${SOURCE_DIRECTORY}/plugins &&
make install



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (bab748c53882e4fec20595c5235c9737b1b97cb0), Pavel Vinogradov, 11/18/2018

Archive powered by MHonArc 2.6.24.

Top of Page