]> git.pld-linux.org Git - packages/beecrypt.git/blame - beecrypt-ac.patch
do not try to use 32bit arm asm on 64bit arm
[packages/beecrypt.git] / beecrypt-ac.patch
CommitLineData
d5678950
JB
1--- beecrypt-4.2.1/configure.ac.orig 2009-07-12 09:18:46.000000000 +0200
2+++ beecrypt-4.2.1/configure.ac 2009-09-18 17:13:19.564614289 +0200
3@@ -30,7 +30,7 @@
4 ac_enable_debug=no
5 ])
6
7-AC_ARG_WITH(cpu,[ --with-cpu optimize for specific cpu],[A
8+AC_ARG_WITH(cpu,[ --with-cpu optimize for specific cpu],[
9 if test "$ac_enable_expert_mode" = yes; then
10 AC_MSG_ERROR([--with-cpu cannot be used in conjunction with --enable-expert-mode])
11 fi
12--- beecrypt-4.2.1/java/Makefile.am.orig 2009-07-11 10:18:15.000000000 +0200
13+++ beecrypt-4.2.1/java/Makefile.am 2009-09-18 21:06:07.360609261 +0200
14@@ -26,9 +26,7 @@
15
16 INCLUDES = -I$(top_srcdir)/include
17
18-libaltdir=$(prefix)/lib@LIBALT@
19-
20-libalt_LTLIBRARIES = libbeecrypt_java.la
21+lib_LTLIBRARIES = libbeecrypt_java.la
22
23 libbeecrypt_java_la_SOURCES = \
24 beecrypt_tools.c \
This page took 0.059744 seconds and 4 git commands to generate.