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).
bitmap-optimize
Theodore Ts'o 2000-07-04 18:51:20 +00:00
parent 619dd191ef
commit b2420d4057
8 changed files with 24 additions and 4 deletions

View 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

View 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

View 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

View 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

View 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

View 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

View 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

View 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