SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
13
net/samba/patches/patch-lib_tevent_wscript
Normal file
13
net/samba/patches/patch-lib_tevent_wscript
Normal file
|
@ -0,0 +1,13 @@
|
|||
Force building standalone library (e.g., put headers in appropriate place).
|
||||
|
||||
Index: lib/tevent/wscript
|
||||
--- lib/tevent/wscript.orig
|
||||
+++ lib/tevent/wscript
|
||||
@@ -42,6 +42,7 @@ def configure(conf):
|
||||
conf.define('USING_SYSTEM_CMOCKA', 1)
|
||||
|
||||
conf.env.standalone_tevent = conf.IN_LAUNCH_DIR()
|
||||
+ conf.env.standalone_tevent = True
|
||||
|
||||
if not conf.env.standalone_tevent:
|
||||
if conf.CHECK_BUNDLED_SYSTEM_PKG('tevent', minversion=VERSION,
|
Loading…
Add table
Add a link
Reference in a new issue