Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (d2aaecb520181dabedf877e3f3da30105f835374)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (d2aaecb520181dabedf877e3f3da30105f835374)
  • Date: Sun, 22 May 2022 16:25:33 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

doc/qpdf/BUILD | 2 ++
doc/qpdf/DETAILS | 1 +
doc/qpdf/HISTORY | 5 +++++
doc/qpdf/PRE_BUILD | 4 +++-
4 files changed, 11 insertions(+), 1 deletion(-)

New commits:
commit d2aaecb520181dabedf877e3f3da30105f835374
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

qpdf: Disable installation of .la files

commit 822d37aeccceda8c229cec62ffd36f0ce519f6ae
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

qpdf: Do not build static lib

diff --git a/doc/qpdf/BUILD b/doc/qpdf/BUILD
new file mode 100755
index 0000000..448e746
--- /dev/null
+++ b/doc/qpdf/BUILD
@@ -0,0 +1,2 @@
+OPTS+=' --disable-static' &&
+default_build
diff --git a/doc/qpdf/DETAILS b/doc/qpdf/DETAILS
index 670328a..89864c1 100755
--- a/doc/qpdf/DETAILS
+++ b/doc/qpdf/DETAILS
@@ -1,5 +1,6 @@
SPELL=qpdf
VERSION=10.6.3
+ PATCHLEVEL=1
SECURITY_PATCH=2
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/doc/qpdf/HISTORY b/doc/qpdf/HISTORY
index 1fc6bbd..7fdd240 100644
--- a/doc/qpdf/HISTORY
+++ b/doc/qpdf/HISTORY
@@ -1,3 +1,8 @@
+2022-05-22 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: disabled building of static library
+ * PRE_BUILD: disabled installation of libtool pseudo-libraries
+ * DETAILS: PATCHLEVEL++
+
2022-03-12 Florian Franzmann <bwlf AT bandrate.org>
* DETAILS: version 10.6.3

diff --git a/doc/qpdf/PRE_BUILD b/doc/qpdf/PRE_BUILD
index 3c8cac2..2cadd2a 100755
--- a/doc/qpdf/PRE_BUILD
+++ b/doc/qpdf/PRE_BUILD
@@ -1,3 +1,5 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&
-sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub
+sedit 's!maybe_os in$!& linux-musl*|\\!' config.sub &&
+# disable instalation of libtool pseudo-libraries
+sed -E -i '/^[\t ]*(func_show_|$run )eval "[$]install_prog [$]instname /d'
ltmain.sh



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (d2aaecb520181dabedf877e3f3da30105f835374), Ismael Luceno, 05/22/2022

Archive powered by MHonArc 2.6.24.

Top of Page