python/gst-python: update to 1.24.11
[oi-userland.git] / components / network / vpnc / patches / 04-enable-openssl.patch
blobee603df60d82ec7d718cadff962641cd0f183a02
1 diff --git a/Makefile b/Makefile
2 index a74f907..c184f10 100644
3 --- a/Makefile
4 +++ b/Makefile
5 @@ -39,7 +39,7 @@ DOCDIR=$(PREFIX)/share/doc/vpnc
7 # Comment this in to obtain a binary with certificate support which is
8 # GPL incompliant though.
9 -#OPENSSL_GPL_VIOLATION=yes
10 +OPENSSL_GPL_VIOLATION=yes
12 CRYPTO_LDADD = $(shell pkg-config --libs gnutls)
13 CRYPTO_CFLAGS = $(shell pkg-config --cflags gnutls) -DCRYPTO_GNUTLS