diff --git a/doc/Changelog b/doc/Changelog index 722bbf2..67a8c19 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -1,4 +1,4 @@ -sysvinit (2.95) unreleased; urgency=low +sysvinit (2.95) released; urgency=low [ Jesse Smith ] @@ -19,7 +19,9 @@ sysvinit (2.95) unreleased; urgency=low defined constants for easy updating in the future. * Accepted patch from Luc Gommans which explains why zombie and deep sleep processes (Z and D) may be hidden from pidof. - + * Removed link instruction against sepol library from src/Makefile. + This has no change to the resulting binary, just makes the + Makefile cleaner. sysvinit (2.94) released; urgency=low diff --git a/src/Makefile b/src/Makefile index e54c051..e8a7455 100644 --- a/src/Makefile +++ b/src/Makefile @@ -81,7 +81,7 @@ MANDIR = /usr/share/man ifeq ($(WITH_SELINUX),yes) SELINUX_DEF = -DWITH_SELINUX - INITLIBS += -lsepol -lselinux + INITLIBS += -lselinux SULOGINLIBS = -lselinux else SELINUX_DEF =