Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (1d5df595b69323f6fb1d41cc6cb220c6220e7227)

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 stable-0.62 grimoire by Vlad Glagolev (1d5df595b69323f6fb1d41cc6cb220c6220e7227)
  • Date: Fri, 24 Apr 2015 02:10:58 -0500

GIT changes to stable-0.62 grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

libs/libtirpc/BUILD | 8 ++++++++
libs/libtirpc/HISTORY | 3 +++
2 files changed, 11 insertions(+)

New commits:
commit 1d5df595b69323f6fb1d41cc6cb220c6220e7227
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

libtirpc: better fix for also making spells using libtirpc work (p.ex.
rpcbind)

(cherry picked from commit da31f1aa88f5b40c92a11d34b412ff0e12dbe551)

commit 26c042a271d2846d246f60e7260fafb93556f034
Author: Thomas Orgis <sobukus AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

libtirpc: fix build with libgssglue

(cherry picked from commit 675c2918813e6df51e922841944615c26f7ed951)

diff --git a/libs/libtirpc/BUILD b/libs/libtirpc/BUILD
new file mode 100755
index 0000000..2b10f19
--- /dev/null
+++ b/libs/libtirpc/BUILD
@@ -0,0 +1,8 @@
+# The build expects krb5 to supply the stuff, have to shove in
+# libgssglue directly. I am really not sure what the proper way is,
+# I'm just trying to fix the build for now.
+if is_depends_enabled $SPELL libgssglue; then
+ export CFLAGS="$CFLAGS $(pkg-config --cflags libgssglue)" &&
+ export LIBS="$LIBS $(pkg-config --libs libgssglue)"
+fi &&
+default_build
diff --git a/libs/libtirpc/HISTORY b/libs/libtirpc/HISTORY
index e3ceaee..6e5fa58 100644
--- a/libs/libtirpc/HISTORY
+++ b/libs/libtirpc/HISTORY
@@ -1,3 +1,6 @@
+2015-03-21 Thomas Orgis <sobukus AT sourcemage.org>
+ * BUILD: added, make it find libgssglue headers and libs
+
2015-02-05 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: don't do useless doc'ing
* DEPENDS: made libgssglue optional



  • [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (1d5df595b69323f6fb1d41cc6cb220c6220e7227), Vlad Glagolev, 04/24/2015

Archive powered by MHonArc 2.6.24.

Top of Page