summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2021-07-27 17:41:52 +1000
committerChris Johns <chrisj@rtems.org>2021-08-15 10:14:44 +1000
commit3912398d98799804f685c759e824d2d2f0b7c80b (patch)
treeaab2a4e4f23f3f847c218184d5577344f9c60e90
parent9c5e91d9365a8ce282bb9280489a7e0b9a8d7c51 (diff)
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 09a1fbc4..2318e470 100644
--- a/libbsd.py
+++ b/libbsd.py
@@ -5019,7 +5019,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(
[