Public bug reported:

When the library is compiled without DLTM_DESC flag, the dltm_desc is
undefined which can cause some issues while using this lib. To fix this
issue it is necessary to add this flag inside debian/rules file:

16c16
< CFLAGS += -DGMP_DESC
---
> CFLAGS += -DGMP_DESC -DLTM_DESC

** Affects: libtomcrypt (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Missing flag on compilation causes some parts of code not to be compiled
https://bugs.launchpad.net/bugs/623203
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to