diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-19 10:48:46 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-07-19 10:48:46 +0200 |
commit | 84b456a46a4cf7ba280e429e31d8fea8f175d995 (patch) | |
tree | a08fbfcee0aadc6f414b1eb1c753b29e9a83ee04 /package/aiccu/patches/patch-unix-console_Makefile | |
parent | 613d9ef98b6a95890f4ea56b921f9047670fe2d1 (diff) |
fix compile on MacOS X host
Diffstat (limited to 'package/aiccu/patches/patch-unix-console_Makefile')
-rw-r--r-- | package/aiccu/patches/patch-unix-console_Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
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) |