openbsd-ports/net/samba4/patches/patch-lib_ntdb_wscript
zhuk 02a60216ad Import Samba 4.0.17 WIP port. In openbsd-wip for more than a year.
Most of work by yours truly, with help from kirby@, ian@ and others.

Notable change: libtalloc became a part of -util subpackage. Stuff
in this package has circular dependencies (at least, it was so
during beta times), so it's not possible to have libtalloc as
a separate package.

Now that Heimdal leaved base system, we could get rid of dirty, nasty
pool of hacks that renamed almost every symbol of bundled Heimdal.

okay ajacoutot@, also support from ian@ and sthen@ at least.
2014-05-04 16:08:29 +00:00

13 lines
559 B
Plaintext

$OpenBSD: patch-lib_ntdb_wscript,v 1.1.1.1 2014/05/04 16:08:29 zhuk Exp $
Force building standalone library (e.g., put headers in apporiate place).
--- lib/ntdb/wscript.orig Mon May 27 20:46:01 2013
+++ lib/ntdb/wscript Mon May 27 20:46:12 2013
@@ -101,6 +101,7 @@ def configure(conf):
'test/tap-interface.c']
conf.env.standalone_ntdb = conf.IN_LAUNCH_DIR()
+ conf.env.standalone_ntdb = True
conf.env.disable_python = getattr(Options.options, 'disable_python', False)
if not conf.env.standalone_ntdb: