mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
wafsamba: Add missing cflags_end argument to SAMBA_BINARY
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Tue Apr 3 23:08:33 CEST 2018 on sn-devel-144
This commit is contained in:
parent
3e0f538c74
commit
5ebb1dd18e
@ -353,6 +353,7 @@ def SAMBA_BINARY(bld, binname, source,
|
||||
modules=None,
|
||||
ldflags=None,
|
||||
cflags='',
|
||||
cflags_end=None,
|
||||
autoproto=None,
|
||||
use_hostcc=False,
|
||||
use_global_deps=True,
|
||||
@ -410,6 +411,7 @@ def SAMBA_BINARY(bld, binname, source,
|
||||
deps = deps,
|
||||
includes = includes,
|
||||
cflags = pie_cflags,
|
||||
cflags_end = cflags_end,
|
||||
group = subsystem_group,
|
||||
autoproto = autoproto,
|
||||
subsystem_name = subsystem_name,
|
||||
|
Loading…
Reference in New Issue
Block a user