1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2025-04-21 12:27:27 +03:00

[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
This commit is contained in:
nico
2009-01-30 15:48:35 +00:00
parent dd8b9f6554
commit 7fd9795828
3 changed files with 16 additions and 61 deletions

View File

@@ -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