diff options
-rw-r--r-- | ChangeLog | 1 | ||||
-rw-r--r-- | src/Makefile | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -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. diff --git a/src/Makefile b/src/Makefile index 54660a42..6dddafe0 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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 = |