So I want to build avahi for linux arm device, but currently my kernel doesn't support ipv6.
Is it possible if I want disable ipv6 feature on avahi? What ./configure
command argument do I need?
Also I will provide more information if you need.
Thank you.
CodePudding user response:
I looked inside the configure
file in the avahi source-code, but I didn't find something that related to IPv6.
I solved my problem with building another toolchain that support IPv6. It was successfully build the avahi, but maybe I need disable IPv6 in avahi-daemon.conf instead because my kernel doesn't support IPv6.
Thank you.