ok ajacoutot@ Upcoming commits will add additional tweaks. Many thanks to Vadim Zhukov (who did most of the work), Ian McWilliam (co-maintainer), Stuart Henderson who provided lots of support and feedback, Antoine Jacoutot who patiently dealt with my broken diffs, and more generally all the people involved. Most of the recent work was done during p2k15 and c2k15.
15 lines
379 B
Plaintext
15 lines
379 B
Plaintext
$OpenBSD: patch-Makefile,v 1.1 2015/08/25 11:04:39 jca 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
|