[rtems-libbsd commit] waf: Fix clashing symbols in the user land symbols

Chris Johns chrisj at rtems.org
Thu Sep 2 02:43:00 UTC 2021


Module:    rtems-libbsd
Branch:    6-freebsd-12
Commit:    f700edc5b83a68c40ddbe03eb2b1d40fa93fa42b
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=f700edc5b83a68c40ddbe03eb2b1d40fa93fa42b

Author:    Chris Johns <chrisj at rtems.org>
Date:      Tue Jul 27 17:41:52 2021 +1000

waf: Fix clashing symbols in the user land symbols

Update #4475

---

 libbsd.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libbsd.py b/libbsd.py
index 6e09a07..0e1738a 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(
             [



More information about the vc mailing list