From 0901fda755a2762e85eab5159b69861b155a6124db1ff703c68913e69daf4b56 Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Tue, 14 Jul 2015 07:36:18 +0000 Subject: [PATCH] . OBS-URL: https://build.opensuse.org/package/show/Base:System/ledmon?expand=0&rev=10 --- Makefile-error-dependency.patch | 9 +++++++++ ledmon.changes | 5 +++++ 2 files changed, 14 insertions(+) diff --git a/Makefile-error-dependency.patch b/Makefile-error-dependency.patch index 5db11e6..0e1d8e9 100644 --- a/Makefile-error-dependency.patch +++ b/Makefile-error-dependency.patch @@ -2,6 +2,15 @@ Index: ledmon-0.79/src/Makefile =================================================================== --- ledmon-0.79.orig/src/Makefile +++ ledmon-0.79/src/Makefile +@@ -56,7 +56,7 @@ LEDCTL_OBJECTS=\ + $(OBJECTS) + + CFLAGS=-O0 -g -Wall +-DEFFLAGS=-D_DEBUG -D_GNU_SOURCE -D_BSD_SOURCE -DDMALLOC_DISABLE ++DEFFLAGS=-D_DEBUG -D_GNU_SOURCE -D_DEFAULT_SOURCE -DDMALLOC_DISABLE + INCFLAGS=-I../config + LDFLAGS=-O0 -g $(DEFFLAGS) -lsgutils2 + @@ -65,10 +65,10 @@ SOURCES:=$(shell find -name "*.[cC]" -pr default: all diff --git a/ledmon.changes b/ledmon.changes index f2f2b80..3d04f85 100644 --- a/ledmon.changes +++ b/ledmon.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 14 07:36:02 UTC 2015 - werner@suse.de + +- Let it build + ------------------------------------------------------------------- Mon Apr 20 16:56:01 UTC 2015 - mpluskal@suse.com