So far I applied this patch to make it build. Feel free to comment on 
it, merge it or come with cleaner solution


--- opencryptoki/usr/lib/pkcs11/ep11_stdll/ep11_specific.c.s390 
2015-12-04 15:54:10.596153498 +0100
+++ opencryptoki/usr/lib/pkcs11/ep11_stdll/ep11_specific.c 2015-12-04 
16:38:51.218431956 +0100
@@ -400,9 +400,9 @@ static ep11_target_t ep11_targets;
  /* defined in the makefile, ep11 library can run standalone (without 
HW card),
     crypto algorithms are implemented in software then (no secure key) */
  #ifdef EP11_STANDALONE
-static uint64_t ep11tok_target = 0x0000000100000008ull;
+#define ep11tok_target ((uint64_t) 0x0000000100000008ull)
  #else
-static uint64_t ep11tok_target = (uint64_t) &ep11_targets;
+#define ep11tok_target ((uint64_t) &ep11_targets)
  #endif

  /* */

-- 
Jakub Jelen
Security Technologies
Red Hat


------------------------------------------------------------------------------
Go from Idea to Many App Stores Faster with Intel(R) XDK
Give your users amazing mobile app experiences with Intel(R) XDK.
Use one codebase in this all-in-one HTML5 development environment.
Design, debug & build mobile apps & 2D/3D high-impact games for multiple OSs.
http://pubads.g.doubleclick.net/gampad/clk?id=254741911&iu=/4140
_______________________________________________
Opencryptoki-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opencryptoki-tech

Reply via email to