** Description changed:
- 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:
+ When the library is compiled without -DLTM_DESC flag, the ltm_desc is
+ undefined which can cause some issues while using this lib.
- 16c16
- < CFLAGS += -DGMP_DESC
- ---
- > CFLAGS += -DGMP_DESC -DLTM_DESC
+ TEST CASE:
+ try compile small program: gcc test.c -ltomcrypt
+
+ #define LTM_DESC
+ #include <tomcrypt.h>
+ int main() { ltc_math_descriptor test = ltm_desc; }
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/623203
Title:
Missing flag on compilation causes some parts of code not to be
compiled
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs