Hello,


I'm getting an error with ./configure in netbsd 6.1.3

configure: error: Could not find libaio
configure: error: ./configure failed for tools


I tried adding (to config/NetBSD.Mk):
CONFIG_SYSTEM_LIBAIO = n

But still get the same output


Looking into "tools/Makefile" I don't see this part:
ifneq ($(CONFIG_SYSTEM_LIBAIO),y)
SUBDIRS-libaio := libaio
endif

As I see for example in 4.2 (pkgsrc)