Bump librc and libeinfo to .so.1

This commit is contained in:
Roy Marples 2007-10-11 15:05:02 +00:00
parent 5261b5ed3a
commit 77205862e3
2 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@
11 Oct 2007; Roy Marples <uberlord@gentoo.org>:
Bump librc and libeinfo to .so.1
If / block device as in /etc/fstab does not exist, use /dev/root if
it's available in checkroot, #171593.

View File

@ -46,12 +46,12 @@ RC_LIB = /$(LIB)/rc
# Set PAM = pam for pam support
PAM =
LIBEINFOSOVER = 0
LIBEINFOSOVER = 1
LIBEINFOSO = libeinfo.so.$(LIBRCSOVER)
LIBEINFOOBJS= libeinfo.o
LDLIBS_LIBEINFO = $(LDLIBS)
LIBRCSOVER = 0
LIBRCSOVER = 1
LIBRCSO = librc.so.$(LIBRCSOVER)
LIBRCOBJS = librc.o librc-depend.o librc-daemon.o librc-misc.o librc-strlist.o
LDLIBS_LIBRC =