Bump librc and libeinfo to .so.1
This commit is contained in:
parent
5261b5ed3a
commit
77205862e3
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
11 Oct 2007; Roy Marples <uberlord@gentoo.org>:
|
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
|
If / block device as in /etc/fstab does not exist, use /dev/root if
|
||||||
it's available in checkroot, #171593.
|
it's available in checkroot, #171593.
|
||||||
|
|
||||||
|
@ -46,12 +46,12 @@ RC_LIB = /$(LIB)/rc
|
|||||||
# Set PAM = pam for pam support
|
# Set PAM = pam for pam support
|
||||||
PAM =
|
PAM =
|
||||||
|
|
||||||
LIBEINFOSOVER = 0
|
LIBEINFOSOVER = 1
|
||||||
LIBEINFOSO = libeinfo.so.$(LIBRCSOVER)
|
LIBEINFOSO = libeinfo.so.$(LIBRCSOVER)
|
||||||
LIBEINFOOBJS= libeinfo.o
|
LIBEINFOOBJS= libeinfo.o
|
||||||
LDLIBS_LIBEINFO = $(LDLIBS)
|
LDLIBS_LIBEINFO = $(LDLIBS)
|
||||||
|
|
||||||
LIBRCSOVER = 0
|
LIBRCSOVER = 1
|
||||||
LIBRCSO = librc.so.$(LIBRCSOVER)
|
LIBRCSO = librc.so.$(LIBRCSOVER)
|
||||||
LIBRCOBJS = librc.o librc-depend.o librc-daemon.o librc-misc.o librc-strlist.o
|
LIBRCOBJS = librc.o librc-depend.o librc-daemon.o librc-misc.o librc-strlist.o
|
||||||
LDLIBS_LIBRC =
|
LDLIBS_LIBRC =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user