diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-19 10:30:02 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-19 10:30:02 +0000 |
commit | 23ce501c7a3fe833c62d6966f3e49a0f05fbfac3 (patch) | |
tree | 503bf59334d9eda7162f7a76f8776a01ab175ec8 /package/vpnc/vpnc-0.4.0.patch | |
parent | 595e070364fa578dcc44bea7256ef635368bad9c (diff) | |
download | buildroot-novena-23ce501c7a3fe833c62d6966f3e49a0f05fbfac3.tar.gz buildroot-novena-23ce501c7a3fe833c62d6966f3e49a0f05fbfac3.zip |
- add missing dependency on libgcrypt
Ulf, this should be updated to 0.5.1
Diffstat (limited to 'package/vpnc/vpnc-0.4.0.patch')
-rw-r--r-- | package/vpnc/vpnc-0.4.0.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/package/vpnc/vpnc-0.4.0.patch b/package/vpnc/vpnc-0.4.0.patch deleted file mode 100644 index 9520c3fa1..000000000 --- a/package/vpnc/vpnc-0.4.0.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urN vpnc-0.4.0-0rig/Makefile vpnc-0.4.0/Makefile ---- vpnc-0.4.0-0rig/Makefile 2007-02-19 21:51:12.000000000 +0100 -+++ vpnc-0.4.0/Makefile 2007-07-17 19:59:53.000000000 +0200 -@@ -35,7 +35,7 @@ - RELEASE_VERSION := $(shell cat VERSION) - - CC=gcc --CFLAGS += -W -Wall -O3 -Wmissing-declarations -Wwrite-strings -g -+CFLAGS += -W -Wall -O3 -Wmissing-declarations -Wwrite-strings -g -I$(INCLUDE) - CPPFLAGS = -DVERSION=\"$(VERSION)\" - LDFLAGS = -g $(shell libgcrypt-config --libs) - CFLAGS += $(shell libgcrypt-config --cflags) |