Dr. Werner Fink 2016-01-25 15:47:02 +00:00 committed by Git OBS Bridge
parent 58045f9e96
commit 6b21b294e1
2 changed files with 28 additions and 2 deletions

View File

@ -1,5 +1,26 @@
---
Makefile | 6 ++----
libinit.c | 4 ++--
startproc.c | 4 ++--
3 files changed, 6 insertions(+), 8 deletions(-)
--- Makefile
+++ Makefile 2016-01-25 15:42:08.730864821 +0000
@@ -15,10 +15,8 @@ DESTDIR =
VERSION = 2.21
DATE = $(shell date +'%d%b%y' | tr '[:lower:]' '[:upper:]')
-ifneq ($(INC),)
- LIBS += -lblogger
- COPTS += -DUSE_BLOGD
-endif
+ LIBS += -lblogger -lpthread
+ COPTS += -DUSE_BLOGD
#
# Architecture
--- libinit.c
+++ libinit.c 2012-05-23 11:04:58.370146656 +0000
+++ libinit.c 2012-05-23 11:04:58.000000000 +0000
@@ -265,7 +265,7 @@ static inline boolean isnetfs(const char
static void init_mounts(void)
{
@ -19,7 +40,7 @@
MNTINFO *restrict p;
if (posix_memalign((void*)&p, sizeof(void*), alignof(MNTINFO)+(nlen+1)) != 0) {
--- startproc.c
+++ startproc.c 2012-08-10 12:43:56.136510304 +0000
+++ startproc.c 2014-05-27 12:08:10.000000000 +0000
@@ -778,7 +778,7 @@ retry:
* to see a process damage.
*/

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jan 25 15:46:22 UTC 2016 - werner@suse.de
- Use libblogger of package blog-devel now
-------------------------------------------------------------------
Thu Jan 21 11:35:01 UTC 2016 - werner@suse.de