summaryrefslogtreecommitdiffstats
path: root/package/vpnc
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-09-19 10:31:14 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-09-19 10:31:14 +0000
commit721599538656b49ccd037cdc345bba710c4cdbc7 (patch)
treee155df5f467d1fa6c596f1208c90aac1f425d2ac /package/vpnc
parent23ce501c7a3fe833c62d6966f3e49a0f05fbfac3 (diff)
downloadbuildroot-novena-721599538656b49ccd037cdc345bba710c4cdbc7.tar.gz
buildroot-novena-721599538656b49ccd037cdc345bba710c4cdbc7.zip
- put back accidentally removed patch that is not needed for 0.5.1 anymore
Diffstat (limited to 'package/vpnc')
-rw-r--r--package/vpnc/vpnc-0.4.0.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/package/vpnc/vpnc-0.4.0.patch b/package/vpnc/vpnc-0.4.0.patch
new file mode 100644
index 000000000..9520c3fa1
--- /dev/null
+++ b/package/vpnc/vpnc-0.4.0.patch
@@ -0,0 +1,12 @@
+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)