From: Bruno Haible Date: Fri, 4 Jan 2019 18:44:39 +0000 (+0100) Subject: Remove incorrect 'Link' sections. X-Git-Tag: v1.0~5188 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=98bc3eb004ca30202ece021c2bc2b9de345e7bd6;p=gnulib.git Remove incorrect 'Link' sections. * modules/acl (Link): Remove section. Use combined 'Link' sections from the dependencies instead. * modules/crypto/md5 (Link): Likewise. * modules/crypto/sha1 (Link): Likewise. * modules/crypto/sha256 (Link): Likewise. * modules/crypto/sha512 (Link): Likewise. * modules/faccessat (Link): Likewise. * modules/fdutimensat (Link): Likewise. * modules/iconv_open-utf (Link): Likewise. * modules/propername (Link): Likewise. * modules/qacl (Link): Likewise. * modules/unicodeio (Link): Likewise. * modules/utimecmp (Link): Likewise. * modules/utimensat (Link): Likewise. * modules/xstriconv (Link): Likewise. * modules/xstriconveh (Link): Likewise. --- diff --git a/ChangeLog b/ChangeLog index 4b8df0ad4b..18f98e421f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,23 @@ +2019-01-04 Bruno Haible + + Remove incorrect 'Link' sections. + * modules/acl (Link): Remove section. Use combined 'Link' sections from + the dependencies instead. + * modules/crypto/md5 (Link): Likewise. + * modules/crypto/sha1 (Link): Likewise. + * modules/crypto/sha256 (Link): Likewise. + * modules/crypto/sha512 (Link): Likewise. + * modules/faccessat (Link): Likewise. + * modules/fdutimensat (Link): Likewise. + * modules/iconv_open-utf (Link): Likewise. + * modules/propername (Link): Likewise. + * modules/qacl (Link): Likewise. + * modules/unicodeio (Link): Likewise. + * modules/utimecmp (Link): Likewise. + * modules/utimensat (Link): Likewise. + * modules/xstriconv (Link): Likewise. + * modules/xstriconveh (Link): Likewise. + 2019-01-04 Bruno Haible gnulib-tool: New option --extract-recursive-link-directive. diff --git a/modules/acl b/modules/acl index b42ed0836c..83422bcf45 100644 --- a/modules/acl +++ b/modules/acl @@ -21,9 +21,6 @@ lib_SOURCES += copy-acl.c set-acl.c Include: "acl.h" -Link: -$(LIB_ACL) - License: GPL diff --git a/modules/crypto/md5 b/modules/crypto/md5 index 4c0e165c03..afcdbc38fa 100644 --- a/modules/crypto/md5 +++ b/modules/crypto/md5 @@ -15,8 +15,6 @@ Makefile.am: Include: "md5.h" -Link: - License: LGPLv2+ diff --git a/modules/crypto/sha1 b/modules/crypto/sha1 index 27ca39427a..86ae4d87e6 100644 --- a/modules/crypto/sha1 +++ b/modules/crypto/sha1 @@ -15,8 +15,6 @@ Makefile.am: Include: "sha1.h" -Link: - License: LGPLv2+ diff --git a/modules/crypto/sha256 b/modules/crypto/sha256 index 6a7528015e..0e2b4f038f 100644 --- a/modules/crypto/sha256 +++ b/modules/crypto/sha256 @@ -15,8 +15,6 @@ Makefile.am: Include: "sha256.h" -Link: - License: LGPLv2+ diff --git a/modules/crypto/sha512 b/modules/crypto/sha512 index da45e816b0..c4827c618d 100644 --- a/modules/crypto/sha512 +++ b/modules/crypto/sha512 @@ -15,8 +15,6 @@ Makefile.am: Include: "sha512.h" -Link: - License: LGPLv2+ diff --git a/modules/faccessat b/modules/faccessat index d13d167e1f..170aa7b6b9 100644 --- a/modules/faccessat +++ b/modules/faccessat @@ -35,9 +35,6 @@ Include: -Link: -$(LIB_EACCESS) - License: GPL diff --git a/modules/fdutimensat b/modules/fdutimensat index 093b1a6edd..21d656f1a5 100644 --- a/modules/fdutimensat +++ b/modules/fdutimensat @@ -19,9 +19,6 @@ Include: "utimens.h" -Link: -$(LIB_CLOCK_GETTIME) - License: GPL diff --git a/modules/iconv_open-utf b/modules/iconv_open-utf index 40da9a1a5c..bcd7b8b4fd 100644 --- a/modules/iconv_open-utf +++ b/modules/iconv_open-utf @@ -14,8 +14,6 @@ Makefile.am: Include: -Link: - License: LGPL diff --git a/modules/propername b/modules/propername index 0cc93bf0ed..c9241846d1 100644 --- a/modules/propername +++ b/modules/propername @@ -35,9 +35,6 @@ lib_SOURCES += propername.h propername.c Include: "propername.h" -Link: -$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise - License: GPL diff --git a/modules/qacl b/modules/qacl index 20c49acec5..45753c7623 100644 --- a/modules/qacl +++ b/modules/qacl @@ -15,8 +15,6 @@ Makefile.am: Include: -Link: - License: GPL diff --git a/modules/unicodeio b/modules/unicodeio index 51721db72d..8164ac4e37 100644 --- a/modules/unicodeio +++ b/modules/unicodeio @@ -24,9 +24,6 @@ lib_SOURCES += unicodeio.h unicodeio.c Include: "unicodeio.h" -Link: -$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise - License: GPL diff --git a/modules/utimecmp b/modules/utimecmp index 8a3303cc06..dffe861c2d 100644 --- a/modules/utimecmp +++ b/modules/utimecmp @@ -27,9 +27,6 @@ lib_SOURCES += utimecmp.c Include: "utimecmp.h" -Link: -$(LIB_CLOCK_GETTIME) - License: GPL diff --git a/modules/utimensat b/modules/utimensat index 6e0524c2e8..27e4679dac 100644 --- a/modules/utimensat +++ b/modules/utimensat @@ -33,9 +33,6 @@ Makefile.am: Include: -Link: -$(LIB_CLOCK_GETTIME) - License: GPL diff --git a/modules/xstriconv b/modules/xstriconv index ce95f86c04..a052aeac85 100644 --- a/modules/xstriconv +++ b/modules/xstriconv @@ -18,9 +18,6 @@ lib_SOURCES += xstriconv.h xstriconv.c Include: "xstriconv.h" -Link: -$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise - License: GPL diff --git a/modules/xstriconveh b/modules/xstriconveh index fabeb44cb3..4327156ba4 100644 --- a/modules/xstriconveh +++ b/modules/xstriconveh @@ -18,9 +18,6 @@ lib_SOURCES += xstriconveh.c Include: "xstriconveh.h" -Link: -$(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise - License: GPL