summaryrefslogtreecommitdiffstats
path: root/netservices.py
diff options
context:
space:
mode:
Diffstat (limited to 'netservices.py')
-rw-r--r--netservices.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/netservices.py b/netservices.py
index 1876de4..4e25d51 100644
--- a/netservices.py
+++ b/netservices.py
@@ -58,6 +58,8 @@ def check_net_lib(conf, lib, name):
conf.env['LDFLAGS_' + net_name] = []
conf.env.STACK_NAME = name
return True
+ if 'LIB_NET_LIBBSD' in conf.env:
+ conf.env.LIB_NET_LIBBSD = ['bsd', 'm']
return False