On 16 Oct 2017, at 15:01, Andriy Voskoboinyk wrote:
Author: avos
Date: Mon Oct 16 07:01:27 2017
New Revision: 324657
URL: https://svnweb.freebsd.org/changeset/base/324657
Log:
wlandebug(8): obtain original interface name via
ifconfig_get_orig_name()
Modified:
head/usr.sbin/wlandebug/Makefile
head/usr.sbin/wlandebug/wlandebug.c
This appears to have broken bsdbox:
/usr/home/kp/tplink/src/contrib/netcat/netcat.c:351: warning: warning:
mktemp() possibly used unsafely; consider using mkstemp()
wlandebug.lo: In function `get_orig_iface_name':
/usr/home/kp/tplink/src/usr.sbin/wlandebug/wlandebug.c:171: undefined
reference to `ifconfig_open'
/usr/home/kp/tplink/src/usr.sbin/wlandebug/wlandebug.c:172: undefined
reference to `ifconfig_get_orig_name'
/usr/home/kp/tplink/src/usr.sbin/wlandebug/wlandebug.c:173: undefined
reference to `ifconfig_err_errno'
/usr/home/kp/tplink/src/usr.sbin/wlandebug/wlandebug.c:178: undefined
reference to `ifconfig_close'
collect2: error: ld returned 1 exit status
--- bsdbox ---
*** [bsdbox] Error code 1
make[4]: stopped in
/usr/home/kp/tplink/obj/mips_ap/usr/home/kp/tplink/src/mips.mips/tools/bsdbox
This is a freebsd-wifi-build driven cross-compile for mips.
bsdbox now requires libifconfig. I’ve had a quick try to teach it how
to include that, but haven’t managed to get that to work yet.
Regards,
Kristof
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"