summaryrefslogtreecommitdiff
path: root/package/gkrellm
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-06-13 19:49:29 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-06-13 19:49:29 +0200
commitc031bfdb6eb7d78e3747ca19516977a56fc8f71a (patch)
tree0293cffc11b517b3ecf2f976de5e9d2b287d26ba /package/gkrellm
parentdf099ef028d1d4a3df380c472f450dc7980a846b (diff)
fix some bulk build issues
Diffstat (limited to 'package/gkrellm')
-rw-r--r--package/gkrellm/patches/patch-server_Makefile12
1 files changed, 10 insertions, 2 deletions
diff --git a/package/gkrellm/patches/patch-server_Makefile b/package/gkrellm/patches/patch-server_Makefile
index 9f070e275..a1a8747e7 100644
--- a/package/gkrellm/patches/patch-server_Makefile
+++ b/package/gkrellm/patches/patch-server_Makefile
@@ -1,5 +1,5 @@
--- gkrellm-2.3.4.orig/server/Makefile 2008-10-03 23:52:48.000000000 +0200
-+++ gkrellm-2.3.4/server/Makefile 2011-01-15 18:37:40.000000000 +0100
++++ gkrellm-2.3.4/server/Makefile 2011-05-17 11:34:14.926610183 +0200
@@ -26,7 +26,7 @@ SMANDIR ?= $(INSTALLROOT)/share/man/man1
MANMODE ?= 644
MANDIRMODE ?= 755
@@ -9,7 +9,7 @@
EXTRAOBJS =
SHARED_PATH = ../shared
-@@ -109,8 +109,8 @@ endif
+@@ -109,15 +109,15 @@ endif
override CC += -Wall $(FLAGS)
@@ -20,3 +20,11 @@
OBJS = main.o monitor.o mail.o plugins.o glib.o utils.o sysdeps-unix.o log.o
+ all: gkrellmd
+
+ gkrellmd: $(OBJS) $(EXTRAOBJS)
+- $(CC) $(OBJS) $(EXTRAOBJS) -o gkrellmd $(LIBS) $(LINK_FLAGS)
++ $(CC) $(OBJS) $(EXTRAOBJS) -o gkrellmd $(LINK_FLAGS) $(LIBS)
+
+ static: $(OBJS) $(EXTRAOBJS)
+ $(CC) $(OBJS) $(EXTRAOBJS) -o gkrellmd.static -static \