summaryrefslogtreecommitdiff
path: root/beecrypt-ac.patch
diff options
context:
space:
mode:
authorJakub Bogusz2009-09-18 20:07:14 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitd567895032423b5c796d1d2e14dfcab91f6b86d2 (patch)
treeed8011ffef71e7a8226151d0fc115036e3de9104 /beecrypt-ac.patch
parent78869e8dc4547885dedb10abbea5e5b963bfa3ce (diff)
downloadbeecrypt-d567895032423b5c796d1d2e14dfcab91f6b86d2.zip
beecrypt-d567895032423b5c796d1d2e14dfcab91f6b86d2.tar.gz
- updated to 4.2.1 (new soname); docs dropped upstream
Changed files: beecrypt-ac.patch -> 1.1 beecrypt-ac_python.patch -> 1.3 beecrypt-lib64_fix.patch -> 1.5 beecrypt-opt.patch -> 1.6 beecrypt.spec -> 1.71
Diffstat (limited to 'beecrypt-ac.patch')
-rw-r--r--beecrypt-ac.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/beecrypt-ac.patch b/beecrypt-ac.patch
new file mode 100644
index 0000000..4e86f16
--- /dev/null
+++ b/beecrypt-ac.patch
@@ -0,0 +1,24 @@
+--- beecrypt-4.2.1/configure.ac.orig 2009-07-12 09:18:46.000000000 +0200
++++ beecrypt-4.2.1/configure.ac 2009-09-18 17:13:19.564614289 +0200
+@@ -30,7 +30,7 @@
+ ac_enable_debug=no
+ ])
+
+-AC_ARG_WITH(cpu,[ --with-cpu optimize for specific cpu],[A
++AC_ARG_WITH(cpu,[ --with-cpu optimize for specific cpu],[
+ if test "$ac_enable_expert_mode" = yes; then
+ AC_MSG_ERROR([--with-cpu cannot be used in conjunction with --enable-expert-mode])
+ fi
+--- beecrypt-4.2.1/java/Makefile.am.orig 2009-07-11 10:18:15.000000000 +0200
++++ beecrypt-4.2.1/java/Makefile.am 2009-09-18 21:06:07.360609261 +0200
+@@ -26,9 +26,7 @@
+
+ INCLUDES = -I$(top_srcdir)/include
+
+-libaltdir=$(prefix)/lib@LIBALT@
+-
+-libalt_LTLIBRARIES = libbeecrypt_java.la
++lib_LTLIBRARIES = libbeecrypt_java.la
+
+ libbeecrypt_java_la_SOURCES = \
+ beecrypt_tools.c \