Whamcloud - gitweb
ChangeLog, Makefile.in:
authorTheodore Ts'o <tytso@mit.edu>
Tue, 4 Jul 2000 18:51:20 +0000 (18:51 +0000)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 4 Jul 2000 18:51:20 +0000 (18:51 +0000)
  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
lib/e2p/Makefile.in
lib/et/ChangeLog
lib/et/Makefile.in
lib/ss/ChangeLog
lib/ss/Makefile.in
lib/uuid/ChangeLog
lib/uuid/Makefile.in

index e54b9a7..bbdb9aa 100644 (file)
@@ -1,3 +1,8 @@
+2000-07-04  Theodore Ts'o  <tytso@valinux.com>
+
+       * 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  <tytso@valinux.com>
 
        * ls.c (list_super): Change the string displayed for the Hurd to
index e852e5d..54a9820 100644 (file)
@@ -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
index 47e3301..cf4e32a 100644 (file)
@@ -1,3 +1,8 @@
+2000-07-04  Theodore Ts'o  <tytso@valinux.com>
+
+       * 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    <tytso@valinux.com>
 
        * Makefile.in (distclean): Remove TAGS and Makefile.in.old from
index a30e3b3..4a9e538 100644 (file)
@@ -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
index 714a240..f6f9e6a 100644 (file)
@@ -1,3 +1,8 @@
+2000-07-04  Theodore Ts'o  <tytso@valinux.com>
+
+       * 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    <tytso@snap.thunk.org>
 
        * ct_c.awk: Work around a bug in gawk 3.05
index 6dd0f8c..76f2672 100644 (file)
@@ -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
index b20ac32..84248f8 100644 (file)
@@ -1,3 +1,8 @@
+2000-07-04  Theodore Ts'o  <tytso@valinux.com>
+
+       * 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  <tytso@valinux.com>
 
        * gen_uuid.c (get_random_bytes): Use O_NONBLOCK when trying to
index 0404e87..2b0addb 100644 (file)
@@ -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