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-27 17:06:22 +1000
commitc5bf1a0ea7a4d17ea443294bc1c7083f5737982a (patch)
treea6756828d89879727d913d9c4f392f1d84b62ccc
parent8df0a00cd8828ef29fabf691b6249177a9809e17 (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 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(
[