Skip to Content.
Sympa Menu

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

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 (91736892b5f18de2a4519764fd3f8af5c338270f)
  • Date: Mon, 7 Oct 2019 15:11:24 +0000

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

doc/xpdf/BUILD | 2 +-
doc/xpdf/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

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

doc/xpdf: converted to static building

diff --git a/doc/xpdf/BUILD b/doc/xpdf/BUILD
index f10842a..7aa6901 100755
--- a/doc/xpdf/BUILD
+++ b/doc/xpdf/BUILD
@@ -7,4 +7,4 @@ if is_depends_enabled "$SPELL" qtbase; then
LDFLAGS="$LDFLAGS -Wl,-rpath=$QT5DIR/lib"
fi &&

-default_build
+cmake_build
diff --git a/doc/xpdf/HISTORY b/doc/xpdf/HISTORY
index d68f1c4..9f59f7c 100644
--- a/doc/xpdf/HISTORY
+++ b/doc/xpdf/HISTORY
@@ -1,3 +1,6 @@
+2019-10-07 Pavel Vinogradov <public AT sourcemage.org>
+ * BUILD: default_build -> cmake_build to build tools statically
+
2019-09-26 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 4.02
* PRE_BUILD, patches/noqt.patch: added to build without Qt



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (91736892b5f18de2a4519764fd3f8af5c338270f), Pavel Vinogradov, 10/07/2019

Archive powered by MHonArc 2.6.24.

Top of Page