mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 01:02:49 +02:00
b44ef5439b
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15405 3c298f89-4303-0410-b956-a3cf2f4a3e73
14 lines
197 B
Diff
14 lines
197 B
Diff
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -32,7 +32,9 @@ LDLIBS += `pkg-config --libs openssl`
|
|
|
|
reglib.o: keys-ssl.c
|
|
|
|
-else
|
|
+endif
|
|
+
|
|
+ifeq ($(USE_GCRYPT),1)
|
|
CFLAGS += -DUSE_GCRYPT
|
|
LDLIBS += -lgcrypt
|
|
|