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.
13 lines
504 B
Plaintext
13 lines
504 B
Plaintext
$OpenBSD: patch-lib_talloc_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/talloc/wscript.orig Mon May 27 20:45:17 2013
|
|
+++ lib/talloc/wscript Mon May 27 20:45:27 2013
|
|
@@ -40,6 +40,7 @@ def configure(conf):
|
|
conf.RECURSE('lib/replace')
|
|
|
|
conf.env.standalone_talloc = conf.IN_LAUNCH_DIR()
|
|
+ conf.env.standalone_talloc = True
|
|
|
|
conf.env.disable_python = getattr(Options.options, 'disable_python', False)
|
|
|