diff options
author | Timur I. Bakeyev <timur@FreeBSD.org> | 2018-11-28 00:38:23 +0000 |
---|---|---|
committer | Timur I. Bakeyev <timur@FreeBSD.org> | 2018-11-28 00:38:23 +0000 |
commit | 0ad24e9921b153fc8f8315a7cc0cdac2c3e82615 (patch) | |
tree | 6c1fc654d02e370ed6b68acf22128dbc118859bb /net/samba48/files/patch-source3__wscript | |
parent | Update the distribution of third-party upstream_fair module (diff) |
Add missing command line switch to enable MIT Kerberos build.
Diffstat (limited to 'net/samba48/files/patch-source3__wscript')
-rw-r--r-- | net/samba48/files/patch-source3__wscript | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/samba48/files/patch-source3__wscript b/net/samba48/files/patch-source3__wscript index f990623d8e00..5408e6808b9f 100644 --- a/net/samba48/files/patch-source3__wscript +++ b/net/samba48/files/patch-source3__wscript @@ -1,5 +1,5 @@ ---- source3/wscript.orig 2018-06-26 16:42:46.000000000 +0200 -+++ source3/wscript 2018-08-07 20:55:38.331688000 +0200 +--- source3/wscript.orig 2018-06-26 18:42:46 UTC ++++ source3/wscript @@ -47,6 +47,7 @@ def set_options(opt): opt.SAMBA3_ADD_OPTION('sendfile-support') opt.SAMBA3_ADD_OPTION('utmp') |