Open GoogleCodeExporter opened 9 years ago
I'll give a clean Makefile without autotools in future
Original comment by yingyingcui.scholarzhang@gmail.com
on 17 Mar 2010 at 5:06
Hi. I'm working on Debian packaging and it's almost done.
I think I can provide a workaround here. Actually it might not be a workaround
because xtables in Debian are also using the same way.
Here it is:
After autogen.sh and configure.
# Build the module
$(MAKE) -C $(KSRC) M=$(CURDIR)/extensions XA_ABSTOPSRCDIR=$(CURDIR) KERNEL_DIR=$(KSRC) KVERS=$(KVERS) modules
# Build the addons
$(MAKE) -C extensions user-all-local
Hope this can help you.
Regards,
Paul
Original comment by grandpaul@gmail.com
on 18 Jan 2011 at 3:45
Original comment by kiz...@gmail.com
on 17 Sep 2011 at 2:42
Original issue reported on code.google.com by
Caius.Chance
on 17 Mar 2010 at 5:03