don't generate a certificate during stunnel build - will make a default one later
[openwrt/svn-archive/archive.git] / ipv6 / aiccu / patches / 100-no_gnutls.patch
1 diff -Nru aiccu.old/unix-console/Makefile aiccu/unix-console/Makefile
2 --- aiccu.old/unix-console/Makefile 2006-07-25 12:20:48.000000000 +0300
3 +++ aiccu/unix-console/Makefile 2006-11-04 00:44:03.000000000 +0200
4 @@ -37,12 +37,10 @@
5 # This is a console client
6 CFLAGS += -D AICCU_CONSOLE
7
8 -# GnuTLS Support ?
9 +# GnuTLS Support ? Removed for OpenWRT.
10 # Used by TIC to secure that communication
11 -# Currently defaultly builds only on Linux, but other platforms might easily also support it
12 ifeq ($(shell uname | grep -c "Linux"),1)
13 -CFLAGS += -D _LINUX -D AICCU_GNUTLS
14 -LDFLAGS += -lgnutls
15 +CFLAGS += -D _LINUX
16 endif
17
18 # Linux