From 4ecb9369b56c7aa507c9c0c9fa8381ec6772a0ea Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Mon, 30 Sep 2013 11:05:35 -0400 Subject: Fix for multicast propagation -- supernodes must always keep propagating. Also fix mac-tap build on new version of Xcode CL tools. Must use old llvm-g++ instead of clang for i686 -mkernel. --- mac-tap/tuntap/src/tap/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mac-tap') diff --git a/mac-tap/tuntap/src/tap/Makefile b/mac-tap/tuntap/src/tap/Makefile index 8207101d..e814e01c 100644 --- a/mac-tap/tuntap/src/tap/Makefile +++ b/mac-tap/tuntap/src/tap/Makefile @@ -27,7 +27,7 @@ CFLAGS = -Wall -mkernel -force_cpusubtype_ALL \ CCFLAGS = $(CFLAGS) LDFLAGS = -Wall -mkernel -nostdlib -r -lcc_kext -arch i386 -arch x86_64 -Xlinker -kext -CCP = g++ +CCP = llvm-g++ CC = gcc all: $(KMOD_BIN) bundle -- cgit v1.2.3