summaryrefslogtreecommitdiff
path: root/package/cryptodev-linux
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-07-17 14:45:55 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-07-17 14:45:55 +0200
commitb32c78aa1a4310ba0ee62ddad0f8b0e1caba969e (patch)
tree35847c2b10b831755a01f4519f1cb268d792b1d6 /package/cryptodev-linux
parent7c0989f3b4617870dae48c450e8fa2e310397c1d (diff)
fix compile
Diffstat (limited to 'package/cryptodev-linux')
-rw-r--r--package/cryptodev-linux/Makefile6
-rw-r--r--package/cryptodev-linux/patches/patch-tests_Makefile16
2 files changed, 19 insertions, 3 deletions
diff --git a/package/cryptodev-linux/Makefile b/package/cryptodev-linux/Makefile
index b7b9a6d81..7daada275 100644
--- a/package/cryptodev-linux/Makefile
+++ b/package/cryptodev-linux/Makefile
@@ -4,9 +4,9 @@
include $(TOPDIR)/rules.mk
PKG_NAME:= cryptodev-linux
-PKG_VERSION:= 1.4
+PKG_VERSION:= 1.6
PKG_RELEASE:= 1
-PKG_MD5SUM:= 7b0ac1c0a88d8fbe7316db02f21666e6
+PKG_MD5SUM:= eade38998313c25fd7934719cdf8a2ea
PKG_DESCR:= cryptodev-linux kernel module
PKG_SECTION:= crypto
PKG_BUILDDEP:= openssl
@@ -24,7 +24,7 @@ BUILD_STYLE:= manual
INSTALL_STYLE:= manual
do-build:
- #${MAKE} -C "${WRKBUILD}"/tests check
+ ${MAKE} -C "${WRKBUILD}"/tests check
${MAKE} -C "${WRKBUILD}" version.h
GCC_HONOUR_COPTS=0 LDFLAGS="" ${MAKE} ${KERNEL_MAKE_OPTS} \
M="${WRKBUILD}" modules
diff --git a/package/cryptodev-linux/patches/patch-tests_Makefile b/package/cryptodev-linux/patches/patch-tests_Makefile
new file mode 100644
index 000000000..4f774260f
--- /dev/null
+++ b/package/cryptodev-linux/patches/patch-tests_Makefile
@@ -0,0 +1,16 @@
+--- cryptodev-linux-1.6.orig/tests/Makefile 2013-03-04 04:59:29.000000000 +0100
++++ cryptodev-linux-1.6/tests/Makefile 2013-07-17 14:45:18.000000000 +0200
+@@ -20,13 +20,6 @@ example-async-speed-objs := async_speed.
+ example-hashcrypt-speed-objs := hashcrypt_speed.c
+
+ check: $(hostprogs)
+- ./cipher
+- ./hmac
+- ./async_cipher
+- ./async_hmac
+- ./cipher-aead-srtp
+- ./cipher-gcm
+- ./cipher-aead
+
+ clean:
+ rm -f *.o *~ $(hostprogs)