Skip to content
Snippets Groups Projects
Verified Commit 8281a165 authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Make progress on samba

parent 098bc5ce
No related branches found
No related tags found
No related merge requests found
Checking for HAVE_LITTLE_ENDIAN - runtime: OK
Checking for large file support without additional flags: OK
Checking for HAVE_SECURE_MKSTEMP: OK
Checking for HAVE_MREMAP: OK
#TODO probably wrong tarball #TODO: needs gnutls3 to compile
# filesystem support - https://wiki.samba.org/index.php/File_System_Support
[source] [source]
tar = "https://download.samba.org/pub/samba/samba-4.19.3.tar.gz" git = "https://gitlab.redox-os.org/redox-os/samba.git"
upstream = "https://github.com/samba-team/samba.git"
[build] [build]
template = "configure" template = "custom"
dependencies = [ dependencies = [
"gnutls", "gnutls3"
"zlib",
"kerberos5",
] ]
script = """
rsync -av --delete --exclude .git "${COOKBOOK_SOURCE}/" ./
cp -v "${COOKBOOK_RECIPE}/answers.txt" answers.txt
COOKBOOK_CONFIGURE_FLAGS=(
--builtin-libraries=ALL
--cross-compile
--cross-answers=answers.txt
--disable-python
--disable-rpath
--enable-fhs
--host="${TARGET}"
--localstatedir=/var
--prefix=/usr
--sysconfdir=/etc
--with-static-modules=ALL
--without-ad-dc
)
cookbook_configure
"""
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment