From a1452c533af669c9efb6a0738baaf42adac587ea Mon Sep 17 00:00:00 2001 From: rusty Date: Mon, 4 Sep 2000 05:12:44 +0000 Subject: More sparc64 fixes. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 583db00..a292ca5 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ EXTRA_INSTALLS+=$(DESTDIR)$(BINDIR)/iptables $(DESTDIR)$(BINDIR)/ip6tables $(DES # Sparc64 hack ifeq ($(shell uname -m),sparc64) # The kernel is 64-bit, even though userspace is 32. -CFLAGS+=-DIPT_MIN_MATCH_ALIGN=8 -DIPT_MIN_ENTRY_ALIGN=8 +CFLAGS+=-DIPT_MIN_MATCH_ALIGN=8 -DIPT_MIN_ENTRY_ALIGN=8 -DKERNEL_64_USERSPACE_32 endif ifndef IPT_LIBDIR -- cgit v1.2.3