Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: -current vs MKINET6=NO



On 12/08/2017 06:09, Geoff Wing wrote:
Hi,
the following files need changes to build a full tree with MKINET6=NO

	external/apache2/mDNSResponder/dist/mDNSPosix/mDNSUNP.c
	external/bsd/dhcpcd/dist/src/dhcpcd.c
	external/bsd/dhcpcd/dist/src/if-bsd.c
	external/bsd/tcpdump/bin/Makefile

mDNSUNP.c needs
	#include <netinet/in_var.h>
    for some IFF_* definitions.

dhcpd stuff needs quite a few changes to remove calls to ip6 stuff

dhcpcd patch is quite simple.
https://dev.marples.name/rDHC32ee94da8d8c9d15a28a92ddb6760baf2c87fd23

And one to build without INET (not that we have a knob for that atm)
https://dev.marples.name/rDHC90fabbf1826344d53835f7054655792baf7aa0b4

I'll look into importing a new dhcpcd with these changes and many others this weekend.

Roy



Home | Main Index | Thread Index | Old Index