Skip to content
Snippets Groups Projects
Commit dd955a76 authored by Doug Torrance's avatar Doug Torrance
Browse files

57_ignore_with-aix-soname.diff: Ignore missing documentation for

--with-aix-soname in INSTALL-WMAKER (Closes: #814213).
parent 8ea931fd
Branches
Tags
No related merge requests found
......@@ -7,8 +7,10 @@ wmaker (0.95.7-4) UNRELEASED; urgency=medium
* Enable all hardening flags; fixes hardening-no-{bindnow,pie} Lintian
warnings.
* Bump Standards-Version to 3.9.7, no changes required.
* 57_ignore_with-aix-soname.diff: Ignore missing documentation for
--with-aix-soname in INSTALL-WMAKER (Closes: #814213).
-- Doug Torrance <dtorrance@piedmont.edu> Mon, 01 Feb 2016 23:40:46 -0500
-- Doug Torrance <dtorrance@piedmont.edu> Tue, 09 Feb 2016 11:07:04 -0500
wmaker (0.95.7-3) unstable; urgency=low
......
Description: Ignore with-aix-soname in check-cmdline-options-doc.sh
libtool 2.4.4 will add a --with-aix-soname option. Ignore it when checking
whether INSTALL-WMAKER is up to date.
Author: Doug Torrance <dtorrance@piedmont.edu>
Bug-Debian: http://bugs.debian.org/814213
--- a/Makefile.am
+++ b/Makefile.am
@@ -107,6 +107,7 @@
--ignore-prg 'disable-option-checking,enable-fast-install # should be in INSTALL' \
--ignore-prg 'disable-libtool-lock,with-pic,with-gnu-ld,with-sysroot # for libtool' \
--ignore-prg 'runstatedir #new in autoconf 2.70, backported in Debian' \
+ --ignore-prg 'with-aix-soname #new in libtool 2.4.4' \
--ignore-prg 'with-x # no use, it would not work without X'
.PHONY: configure-documentation
......@@ -4,4 +4,5 @@
54_Debian_wmmacros.diff
55_ungif_problem.diff
56_ignore_runstatedir.diff
57_ignore_with-aix-soname.diff
60_fix_wraster_symbol_versioning.diff
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment