[packages] openconnect: update patch (missed in r22604)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@22634 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
f7fe70995a
commit
fc124b30b4
@ -1,11 +1,11 @@
|
|||||||
--- openconnect-2.01/Makefile 2009-06-24 12:30:34.000000000 -0500
|
--- a/Makefile
|
||||||
+++ openconnect-2.01.openwrt/Makefile 2009-09-20 18:06:39.000000000 -0500
|
+++ b/Makefile
|
||||||
@@ -15,7 +15,7 @@
|
@@ -15,7 +15,7 @@ endif
|
||||||
# dir; there's no need to install it anywhere (we link it statically).
|
# dir; there's no need to install it anywhere (we link it statically).
|
||||||
ifdef OPENSSL
|
ifdef OPENSSL
|
||||||
SSL_CFLAGS += -I$(OPENSSL)/include
|
SSL_CFLAGS += -I$(OPENSSL)/include
|
||||||
-SSL_LDFLAGS += -lz $(OPENSSL)/libssl.a $(OPENSSL)/libcrypto.a -ldl
|
-SSL_LDFLAGS += $(OPENSSL)/libssl.a $(OPENSSL)/libcrypto.a
|
||||||
+SSL_LDFLAGS += -lz $(OPENSSL)/lib/libssl.a $(OPENSSL)/lib/libcrypto.a -ldl
|
+SSL_LDFLAGS += $(OPENSSL)/lib/libssl.a $(OPENSSL)/lib/libcrypto.a
|
||||||
else
|
else
|
||||||
ifeq ($(wildcard /usr/include/openssl),)
|
ifeq ($(wildcard /usr/include/openssl),)
|
||||||
$(error "No OpenSSL in /usr/include/openssl. Cannot continue");
|
$(error "No OpenSSL in /usr/include/openssl. Cannot continue");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user