]> git.pld-linux.org Git - packages/beecrypt.git/commitdiff
- updated for 4.0.0
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 31 Jul 2004 23:41:29 +0000 (23:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    beecrypt-lib64_fix.patch -> 1.3
    beecrypt-opt.patch -> 1.3

beecrypt-lib64_fix.patch
beecrypt-opt.patch

index 79a0bf9a170e887587fa130b88e951d51d5a4f63..7a398f9d0f9be35f0930ee0031a48fd9c3c86e7e 100644 (file)
@@ -1,11 +1,11 @@
---- Makefile.am.orig   Tue Jun 10 22:42:33 2003
-+++ Makefile.am        Thu Jun 26 17:40:42 2003
-@@ -43,7 +43,7 @@
- BEECRYPT_OBJECTS = aes.lo aesopt.lo base64.lo beecrypt.lo blockmode.lo blockpad.lo blowfish.lo blowfishopt.lo dhaes.lo dldp.lo dlkp.lo dlpk.lo dlsvdp-dh.lo dsa.lo elgamal.lo endianness.lo entropy.lo fips186.lo hmac.lo hmacmd5.lo hmacsha1.lo hmacsha256.lo md5.lo memchunk.lo mp.lo mpopt.lo mpbarrett.lo mpnumber.lo mpprime.lo mtprng.lo rsa.lo rsakp.lo rsapk.lo sha1.lo sha1opt.lo sha256.lo timestamp.lo
--libaltdir=$(prefix)/lib@LIBALT@
-+libaltdir=$(prefix)/lib
- libalt_LTLIBRARIES = libbeecrypt.la
+--- beecrypt-4.0.0/configure.ac.orig   2004-08-01 00:35:37.613627784 +0200
++++ beecrypt-4.0.0/configure.ac        2004-08-01 00:44:57.718478904 +0200
+@@ -596,7 +596,7 @@
+ case $target_os in
+ linux*)
+   case $bc_target_arch in
+-  alpha* | powerpc64 | s390x | x86_64)
++  sparc64 | powerpc64 | s390x | x86_64)
+     bc_libalt="64"
+     ;;
+   esac
index cac91cf3dd74051dfaa55b2a4f3c8539b3cf332e..fbadf37b6aba6b6615036d411b25e4d9619ca85e 100644 (file)
@@ -9,14 +9,41 @@
      ;;
    i386)
      CPPFLAGS="$CPPFLAGS -DOPTIMIZE_I386"
---- beecrypt-3.0.0pre/acinclude.m4.wiget       2003-06-10 23:32:34.000000000 +0200
-+++ beecrypt-3.0.0pre/acinclude.m4     2003-06-11 00:33:24.000000000 +0200
-@@ -288,7 +288,7 @@
-     CFLAGS="$CFLAGS -O3 -fomit-frame-pointer"
-     case $bc_target_cpu in
-     athlon*)
--      CFLAGS="$CFLAGS -mcpu=pentiumpro";
-+      CFLAGS="$CFLAGS -mcpu=$bc_target_cpu";
-       ;;
-     i586)
-       CFLAGS="$CFLAGS -mcpu=pentium"
+--- beecrypt-4.0.0/acinclude.m4.orig   2004-07-26 07:47:08.000000000 +0200
++++ beecrypt-4.0.0/acinclude.m4        2004-08-01 00:35:07.223247824 +0200
+@@ -442,7 +442,7 @@
+     if test "$bc_cv_c_aggressive_opt" = yes; then
+       case $bc_target_cpu in
+       athlon*)
+-        CFLAGS="$CFLAGS -mcpu=pentiumpro";
++        CFLAGS="$CFLAGS -mcpu=$bc_target_cpu";
+         ;;
+       i586)
+         CFLAGS="$CFLAGS -mcpu=pentium"
+@@ -454,7 +454,7 @@
+         # no -mcpu=... option on ia64
+         ;;
+       pentium*)
+-        CFLAGS="$CFLAGS -mcpu=$bc_target_arch"
++        CFLAGS="$CFLAGS -mcpu=$bc_target_cpu"
+         ;;
+       esac
+       # Architecture-specific optimizations
+@@ -534,7 +534,7 @@
+     if test "$bc_cv_c_aggressive_opt" = yes; then
+       case $bc_target_cpu in
+       athlon*)
+-        CXXFLAGS="$CXXFLAGS -mcpu=pentiumpro";
++        CXXFLAGS="$CXXFLAGS -mcpu=$bc_target_cpu";
+         ;;
+       i586)
+         CXXFLAGS="$CXXFLAGS -mcpu=pentium"
+@@ -546,7 +546,7 @@
+         # no -mcpu=... option on ia64
+         ;;
+       pentium*)
+-        CXXFLAGS="$CXXFLAGS -mcpu=$bc_target_arch"
++        CXXFLAGS="$CXXFLAGS -mcpu=$bc_target_cpu"
+         ;;
+       esac
+       # Architecture-specific optimizations
This page took 0.091899 seconds and 4 git commands to generate.