summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorPavel Vinogradov2019-10-07 11:10:29 -0400
committerPavel Vinogradov2019-10-07 11:10:59 -0400
commit91736892b5f18de2a4519764fd3f8af5c338270f (patch)
treecebe9f3340a6dcd7fddbd9168874a1e573c0b899 /doc
parent8774f35ea5b38310590a1151754b2620c3949843 (diff)
doc/xpdf: converted to static building
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/xpdf/BUILD2
-rw-r--r--doc/xpdf/HISTORY3
2 files changed, 4 insertions, 1 deletions
diff --git a/doc/xpdf/BUILD b/doc/xpdf/BUILD
index f10842aa68..7aa69014ba 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 d68f1c4304..9f59f7c06d 100644
--- a/doc/xpdf/HISTORY
+++ b/doc/xpdf/HISTORY
@@ -1,3 +1,6 @@
+2019-10-07 Pavel Vinogradov <public@sourcemage.org>
+ * BUILD: default_build -> cmake_build to build tools statically
+
2019-09-26 Pavel Vinogradov <public@sourcemage.org>
* DETAILS: version 4.02
* PRE_BUILD, patches/noqt.patch: added to build without Qt