summaryrefslogtreecommitdiff
path: root/data/vpnc_/openssl.diff
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-03-08 11:57:22 +0000
committerJay Freeman <saurik@saurik.com>2008-03-08 11:57:22 +0000
commit4871be8a55fb00ff7121692a223ee36657c8455c (patch)
tree8d69b35668c9fddea18bd8e896d546dd2bb0292f /data/vpnc_/openssl.diff
parente3809be6988c3a469617e21abb0cdd1a446cc10c (diff)
Forgot that vpnc wasn't quite removed, it was just deactivated.
git-svn-id: http://svn.telesphoreo.org/trunk@169 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/vpnc_/openssl.diff')
-rw-r--r--data/vpnc_/openssl.diff14
1 files changed, 14 insertions, 0 deletions
diff --git a/data/vpnc_/openssl.diff b/data/vpnc_/openssl.diff
new file mode 100644
index 000000000..1de46dfaa
--- /dev/null
+++ b/data/vpnc_/openssl.diff
@@ -0,0 +1,14 @@
+diff -ru vpnc-0.5.1/Makefile vpnc-0.5.1+iPhone/Makefile
+--- vpnc-0.5.1/Makefile 2007-09-06 20:05:15.000000000 +0000
++++ vpnc-0.5.1+iPhone/Makefile 2008-02-27 11:47:52.000000000 +0000
+@@ -46,8 +46,8 @@
+
+ # Comment this in to obtain a binary with certificate support which is
+ # GPL incompliant though.
+-#OPENSSL_GPL_VIOLATION = -DOPENSSL_GPL_VIOLATION
+-#OPENSSLLIBS = -lcrypto
++OPENSSL_GPL_VIOLATION = -DOPENSSL_GPL_VIOLATION
++OPENSSLLIBS = -lcrypto
+
+ CC=gcc
+ CFLAGS ?= -O3 -g