summaryrefslogtreecommitdiffstats
path: root/buildtools/wafadmin/Tools/gcc.py
diff options
context:
space:
mode:
authorThomas Nagy <tnagy2pow10@gmail.com>2013-09-17 00:00:40 +0200
committerJeremy Allison <jra@samba.org>2015-01-09 02:02:07 +0100
commit115eb94215f4d9c73d05606de2ad978f6b48d07f (patch)
tree0b7e94cfe8a68c45e348ddb1d4db7b213607566b /buildtools/wafadmin/Tools/gcc.py
parent9f2979a1a42f4714bdc49d09e4b5094333409834 (diff)
downloadsamba-115eb94215f4d9c73d05606de2ad978f6b48d07f.tar.gz
samba-115eb94215f4d9c73d05606de2ad978f6b48d07f.tar.xz
samba-115eb94215f4d9c73d05606de2ad978f6b48d07f.zip
wafadmin: backported the openbsd fixes from waf 1.7
This is a backport from waf 1.5... Reviewed-by: Michael Adam <obnox@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Fri Jan 9 02:02:07 CET 2015 on sn-devel-104
Diffstat (limited to 'buildtools/wafadmin/Tools/gcc.py')
-rw-r--r--buildtools/wafadmin/Tools/gcc.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/buildtools/wafadmin/Tools/gcc.py b/buildtools/wafadmin/Tools/gcc.py
index 420b44fd8f..a6be0b28db 100644
--- a/buildtools/wafadmin/Tools/gcc.py
+++ b/buildtools/wafadmin/Tools/gcc.py
@@ -114,6 +114,10 @@ def gcc_modifier_aix(conf):
v['SHLIB_MARKER'] = ''
@conftest
+def gcc_modifier_openbsd(conf):
+ conf.env['SONAME_ST'] = []
+
+@conftest
def gcc_modifier_platform(conf):
# * set configurations specific for a platform.
# * the destination platform is detected automatically by looking at the macros the compiler predefines,