Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37600552
en ru br
ALT Linux repositórios
S:4.2.1-alt8
5.0: 2.2.0-alt7
4.1: 2.2.0-alt6
4.0: 2.2.0-alt6
3.0: 2.2.0-alt4

Outros repositórios
Upstream:4.1.2

Group :: Sistema/Bibliotecas
RPM: beecrypt

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

Patch: beecrypt-4.1.2-rh-biarch.patch
Download


Patch by Paul Nasrat <pnasrat@redhat.com> for beecrypt >= 4.1.2 to make multilib/multiarch
of beecrypt-devel working.
--- beecrypt-4.1.2/gnu.h.in				2006-05-22 15:53:45.000000000 -0400
+++ beecrypt-4.1.2/gnu.h.in.biarch			2006-05-22 15:53:49.000000000 -0400
@@ -61,7 +61,12 @@
  * make assumptions about the size set by the configure script
  */
 #if !defined(MP_WBITS)
-# define MP_WBITS	@MP_WBITS@
+# include <bits/wordsize.h>
+#if __WORDSIZE == 32
+# define MP_WBITS	32U
+#elif __WORDSIZE == 64
+# define MP_WBITS	64U
+#endif
 #endif
 
 #endif
 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009