From b2420d4057c0a151c5ada91c4648794c8c6cb1a4 Mon Sep 17 00:00:00 2001 From: Theodore Ts'o Date: Tue, 4 Jul 2000 18:51:20 +0000 Subject: [PATCH] ChangeLog, Makefile.in: Makefile.in: Remove explicit link of -lc in the shared library. (It shouldn't be necessary, and is harmful in some cases). --- lib/e2p/ChangeLog | 5 +++++ lib/e2p/Makefile.in | 2 +- lib/et/ChangeLog | 5 +++++ lib/et/Makefile.in | 2 +- lib/ss/ChangeLog | 5 +++++ lib/ss/Makefile.in | 2 +- lib/uuid/ChangeLog | 5 +++++ lib/uuid/Makefile.in | 2 +- 8 files changed, 24 insertions(+), 4 deletions(-) diff --git a/lib/e2p/ChangeLog b/lib/e2p/ChangeLog index e54b9a7..bbdb9aa 100644 --- a/lib/e2p/ChangeLog +++ b/lib/e2p/ChangeLog @@ -1,3 +1,8 @@ +2000-07-04 Theodore Ts'o + + * Makefile.in: Remove explicit link of -lc in the shared library. + (It shouldn't be necessary, and is harmful in some cases). + 2000-05-08 Theodore Ts'o * ls.c (list_super): Change the string displayed for the Hurd to diff --git a/lib/e2p/Makefile.in b/lib/e2p/Makefile.in index e852e5d..54a9820 100644 --- a/lib/e2p/Makefile.in +++ b/lib/e2p/Makefile.in @@ -47,7 +47,7 @@ ELF_SO_VERSION = 2 ELF_IMAGE = libe2p ELF_MYDIR = e2p ELF_INSTALL_DIR = $(root_libdir) -ELF_OTHER_LIBS = -lc +ELF_OTHER_LIBS = BSDLIB_VERSION = 2.1 BSDLIB_IMAGE = libe2p diff --git a/lib/et/ChangeLog b/lib/et/ChangeLog index 47e3301..cf4e32a 100644 --- a/lib/et/ChangeLog +++ b/lib/et/ChangeLog @@ -1,3 +1,8 @@ +2000-07-04 Theodore Ts'o + + * Makefile.in: Remove explicit link of -lc in the shared library. + (It shouldn't be necessary, and is harmful in some cases). + 1999-11-19 * Makefile.in (distclean): Remove TAGS and Makefile.in.old from diff --git a/lib/et/Makefile.in b/lib/et/Makefile.in index a30e3b3..4a9e538 100644 --- a/lib/et/Makefile.in +++ b/lib/et/Makefile.in @@ -39,7 +39,7 @@ ELF_SO_VERSION = 2 ELF_IMAGE = libcom_err ELF_MYDIR = et ELF_INSTALL_DIR = $(root_libdir) -ELF_OTHER_LIBS = -lc +ELF_OTHER_LIBS = BSDLIB_VERSION = 1.0 BSDLIB_IMAGE = libcom_err diff --git a/lib/ss/ChangeLog b/lib/ss/ChangeLog index 714a240..f6f9e6a 100644 --- a/lib/ss/ChangeLog +++ b/lib/ss/ChangeLog @@ -1,3 +1,8 @@ +2000-07-04 Theodore Ts'o + + * Makefile.in: Remove explicit link of -lc in the shared library. + (It shouldn't be necessary, and is harmful in some cases). + 2000-07-03 * ct_c.awk: Work around a bug in gawk 3.05 diff --git a/lib/ss/Makefile.in b/lib/ss/Makefile.in index 6dd0f8c..76f2672 100644 --- a/lib/ss/Makefile.in +++ b/lib/ss/Makefile.in @@ -29,7 +29,7 @@ ELF_SO_VERSION = 2 ELF_IMAGE = libss ELF_MYDIR = ss ELF_INSTALL_DIR = $(root_libdir) -ELF_OTHER_LIBS = -lc -L../.. -lcom_err +ELF_OTHER_LIBS = -L../.. -lcom_err BSDLIB_VERSION = 1.0 BSDLIB_IMAGE = libss diff --git a/lib/uuid/ChangeLog b/lib/uuid/ChangeLog index b20ac32..84248f8 100644 --- a/lib/uuid/ChangeLog +++ b/lib/uuid/ChangeLog @@ -1,3 +1,8 @@ +2000-07-04 Theodore Ts'o + + * Makefile.in: Remove explicit link of -lc in the shared library. + (It shouldn't be necessary, and is harmful in some cases). + 2000-06-12 Theodore Ts'o * gen_uuid.c (get_random_bytes): Use O_NONBLOCK when trying to diff --git a/lib/uuid/Makefile.in b/lib/uuid/Makefile.in index 0404e87..2b0addb 100644 --- a/lib/uuid/Makefile.in +++ b/lib/uuid/Makefile.in @@ -59,7 +59,7 @@ ELF_SO_VERSION = 1 ELF_IMAGE = libuuid ELF_MYDIR = uuid ELF_INSTALL_DIR = $(root_libdir) -ELF_OTHER_LIBS = -lc +ELF_OTHER_LIBS = BSDLIB_VERSION = 1.1 BSDLIB_IMAGE = libuuid -- 1.8.3.1