From 7fd979582885396e7e521e5e6274f4bdca197419 Mon Sep 17 00:00:00 2001 From: nico Date: Fri, 30 Jan 2009 15:48:35 +0000 Subject: [package] crda: make the whole crypto stuff optional and don't use it for now, link statically with libnl git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14284 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/crda/patches/101-make_crypto_use_optional.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 package/crda/patches/101-make_crypto_use_optional.patch (limited to 'package/crda/patches/101-make_crypto_use_optional.patch') diff --git a/package/crda/patches/101-make_crypto_use_optional.patch b/package/crda/patches/101-make_crypto_use_optional.patch new file mode 100644 index 000000000..105ffb36e --- /dev/null +++ b/package/crda/patches/101-make_crypto_use_optional.patch @@ -0,0 +1,13 @@ +--- a/Makefile ++++ b/Makefile +@@ -29,7 +29,9 @@ LDLIBS += `pkg-config --libs openssl` + + reglib.o: keys-ssl.c + +-else ++endif ++ ++ifeq ($(USE_GCRYPT),1) + CFLAGS += -DUSE_GCRYPT + LDLIBS += -lgcrypt + -- cgit v1.2.3