[package] add openconnect cisco vpn client, patch from Misha Koshelev
[openwrt/svn-archive/archive.git] / net / openconnect / patches / 001-change-openssl-paths.patch
1 --- openconnect-2.01/Makefile 2009-06-24 12:30:34.000000000 -0500
2 +++ openconnect-2.01.openwrt/Makefile 2009-09-20 18:06:39.000000000 -0500
3 @@ -15,7 +15,7 @@
4 # dir; there's no need to install it anywhere (we link it statically).
5 ifdef OPENSSL
6 SSL_CFLAGS += -I$(OPENSSL)/include
7 -SSL_LDFLAGS += -lz $(OPENSSL)/libssl.a $(OPENSSL)/libcrypto.a -ldl
8 +SSL_LDFLAGS += -lz $(OPENSSL)/lib/libssl.a $(OPENSSL)/lib/libcrypto.a -ldl
9 else
10 ifeq ($(wildcard /usr/include/openssl),)
11 $(error "No OpenSSL in /usr/include/openssl. Cannot continue");