Dr. Werner Fink 2015-07-14 07:36:18 +00:00 committed by Git OBS Bridge
parent b7802fdb21
commit 0901fda755
2 changed files with 14 additions and 0 deletions

View File

@ -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

View File

@ -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