Skip to content

Update Samba 4 from 4.6.6 to 4.6.7 #475

Merged
merged 1 commit into from
Sep 5, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 1 addition & 3 deletions samba4.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env beesh

# BEE_VERSION samba4-4.6.6-0
# BEE_VERSION samba4-4.6.7-0

SRCURL[0]="https://www.samba.org/samba/ftp/stable/samba-${PKGVERSION}.tar.gz"

Expand All @@ -10,7 +10,6 @@ PATCHURL[0]="/src/mariux/download/samba4-466-add-config-file-configure-option.pa
PREFIX=/usr/local/samba4
VARPATH=/var/samba4/localhost
BEE_BUILDTYPE=
# build_in_sourcedir

mee_patch() {
bee_patch
Expand All @@ -35,7 +34,6 @@ mee_configure() {
--without-ad-dc \
--without-winbind \
--without-systemd

}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I’d prefer all these cosmetic changes in a separate commit, so that they don’t distract and can be reverted more easily.


mee_build() {
Expand Down