mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Connect libncp/libsmb to the build. They compile, but have a couple of
silly bugs that probably wont quite make a segfault. eg: passing a pointer to an int to sysctl instead of a pointer to a size_t.
This commit is contained in:
parent
7d6207b7dd
commit
5543468624
1 changed files with 5 additions and 0 deletions
|
|
@ -79,6 +79,11 @@ _libio= libio
|
|||
_compat= compat
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} == "amd64"
|
||||
_libncp= libncp
|
||||
_libsmb= libsmb
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} != "amd64" && ${MACHINE_ARCH} != "powerpc"
|
||||
.if !defined(NOLIBTHR)
|
||||
_libthr= libthr
|
||||
|
|
|
|||
Loading…
Reference in a new issue