summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2021-07-27 17:41:52 +1000
committerChris Johns <chrisj@rtems.org>2021-08-28 10:24:37 +1000
commitf700edc5b83a68c40ddbe03eb2b1d40fa93fa42b (patch)
treed0a43dea595ba92e344dfe04997991ac63c0f15e
parentImplement portable kernel symbol namespace tool (diff)
downloadrtems-libbsd-f700edc5b83a68c40ddbe03eb2b1d40fa93fa42b.tar.bz2
waf: Fix clashing symbols in the user land symbols
Update #4475
-rw-r--r--libbsd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbsd.py b/libbsd.py
index 6e09a07c..0e1738aa 100644
--- a/libbsd.py
+++ b/libbsd.py
@@ -5020,7 +5020,7 @@ class dhcpcd(builder.Module):
'dhcpcd/compat/pselect.c',
'dhcpcd/crypt/hmac_md5.c',
],
- mm.generator['source']('-D__FreeBSD__ -DTHERE_IS_NO_FORK -DMASTER_ONLY -DINET')
+ mm.generator['source']('-D__FreeBSD__ -DTHERE_IS_NO_FORK -DMASTER_ONLY -DINET -Dhmac_md5=_dhcpcd_hmac_md5')
)
self.addRTEMSUserSourceFiles(
[