packages/ipv6/aiccu/patches/100-no_gnutls.patch
florian 768fa96082 Update aiccu (#913)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@5589 3c298f89-4303-0410-b956-a3cf2f4a3e73
2006-11-19 22:30:19 +00:00

19 lines
627 B
Diff

diff -Nru aiccu.old/unix-console/Makefile aiccu/unix-console/Makefile
--- aiccu.old/unix-console/Makefile 2006-07-25 12:20:48.000000000 +0300
+++ aiccu/unix-console/Makefile 2006-11-04 00:44:03.000000000 +0200
@@ -37,12 +37,10 @@
# This is a console client
CFLAGS += -D AICCU_CONSOLE
-# GnuTLS Support ?
+# GnuTLS Support ? Removed for OpenWRT.
# Used by TIC to secure that communication
-# Currently defaultly builds only on Linux, but other platforms might easily also support it
ifeq ($(shell uname | grep -c "Linux"),1)
-CFLAGS += -D _LINUX -D AICCU_GNUTLS
-LDFLAGS += -lgnutls
+CFLAGS += -D _LINUX
endif
# Linux