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/Makefile | |
parent | 613d9ef98b6a95890f4ea56b921f9047670fe2d1 (diff) |
fix compile on MacOS X host
Diffstat (limited to 'package/aiccu/Makefile')
-rw-r--r-- | package/aiccu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/aiccu/Makefile b/package/aiccu/Makefile index 50b2f005b..9a5b5cdad 100644 --- a/package/aiccu/Makefile +++ b/package/aiccu/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:= aiccu PKG_VERSION:= 20070115 -PKG_RELEASE:= 8 +PKG_RELEASE:= 9 PKG_MD5SUM:= c9bcc83644ed788e22a7c3f3d4021350 PKG_DESCR:= SixXS Automatic IPv6 Connectivity Client Utility PKG_SECTION:= net @@ -25,7 +25,7 @@ INSTALL_STYLE:= manual TCFLAGS+= -D_REENTRANT -D_GNU_SOURCE -DAICCU_CONSOLE \ -D_LINUX -DHAS_IFHEAD -DAICCU_TYPE=\"linux\" -TLDFLAGS+= -lpthread -lresolv +TLDFLAGS+= -pthread -lresolv MAKE_FLAGS+= CC='${TARGET_CC}' CFLAGS='${TCFLAGS}' LDFLAGS='${TLDFLAGS}' do-install: |