Displaying 1 result from an estimated 1 matches for "gnu_empty_c".
2024 Jul 25
0
client-only build? all internal libs statically build?
...to client only, - the build
system always tries to build smbd/nmbd/etc. At the very least one can
use --targets=smbclient to limit things.
For static link, there's --builtin-libraries=ALL. But with this one,
build immediately fails:
ERROR: Target 'samba_python.cpython-311-x86_64-linux-gnu_empty_c'
in directory /build/samba/python re-defined as GENERATOR - was GENERATOR
I tried to find where this is defined, but as usual, wafsamba is
nearly impossible to follow.
Is there a way to link libsmbclient statically, without all the libsamba-private
stuff?
Thanks,
/mjt