From b32c78aa1a4310ba0ee62ddad0f8b0e1caba969e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 17 Jul 2013 14:45:55 +0200 Subject: fix compile --- package/cryptodev-linux/patches/patch-tests_Makefile | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 package/cryptodev-linux/patches/patch-tests_Makefile (limited to 'package/cryptodev-linux/patches/patch-tests_Makefile') 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) -- cgit v1.2.3