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.
15 lines
384 B
Plaintext
15 lines
384 B
Plaintext
$OpenBSD: patch-Makefile,v 1.1.1.1 2014/05/04 16:08:29 zhuk Exp $
|
|
BUG: https://bugzilla.samba.org/show_bug.cgi?id=9886
|
|
--- Makefile.orig Fri Apr 26 00:49:58 2013
|
|
+++ Makefile Fri Apr 26 00:50:45 2013
|
|
@@ -2,7 +2,8 @@
|
|
|
|
PYTHON?=python
|
|
WAF_BINARY=$(PYTHON) ./buildtools/bin/waf
|
|
-WAF=WAF_MAKE=1 $(WAF_BINARY)
|
|
+WAF_ARGS?=
|
|
+WAF=WAF_MAKE=1 $(WAF_BINARY) $(WAF_ARGS)
|
|
|
|
all:
|
|
$(WAF) build
|