From 84b456a46a4cf7ba280e429e31d8fea8f175d995 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 19 Jul 2010 10:48:46 +0200 Subject: fix compile on MacOS X host --- package/aiccu/patches/patch-unix-console_Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'package/aiccu/patches') diff --git a/package/aiccu/patches/patch-unix-console_Makefile b/package/aiccu/patches/patch-unix-console_Makefile index 8d49be52d..c3e508121 100644 --- a/package/aiccu/patches/patch-unix-console_Makefile +++ b/package/aiccu/patches/patch-unix-console_Makefile @@ -1,6 +1,6 @@ $Id$ --- aiccu.orig/unix-console/Makefile 2007-01-15 12:04:27.000000000 +0100 -+++ aiccu/unix-console/Makefile 2009-12-28 16:39:06.687500000 +0100 ++++ aiccu/unix-console/Makefile 2010-06-17 10:59:40.000000000 +0200 @@ -10,9 +10,9 @@ # $Date: 2007-01-15 11:04:27 $ # **********************************************************/ @@ -21,8 +21,9 @@ $Id$ CFLAGS += -D_LINUX -D HAS_IFHEAD -D AICCU_TYPE="\"linux\"" SRCS += ../common/aiccu_linux.c OBJS += ../common/aiccu_linux.o - LDFLAGS += -lpthread -lresolv +-LDFLAGS += -lpthread -lresolv -endif ++LDFLAGS += -pthread -lresolv # FreeBSD -ifeq ($(shell uname | grep -c "FreeBSD"),1) -- cgit v1.2.3