ktls-utils
ktls-utils copied to clipboard
configure: dependency check for libnl-genl-3 is missing
The configure step is successful but when linking:
/usr/bin/ld: cannot find -lnl-genl-3: No such file or directory
This is on debian unstable
Commit 4698a748ad08 ("tlshd: link in libnl-3 for upcoming netlink support") added:
+PKG_CHECK_MODULES([LIBNL3], libnl-3.0 >= 3.1) +AC_SUBST([LIBNL3_CFLAGS]) +AC_SUBST([LIBNL3_LIBS])
to configure.ac. Is this check wrong?
Ah okay. Let me check what is going on on Debian.