don't fail if BR2_USE_UPDATES tries to update non-checkout
[buildroot.git] / package / vpnc / vpnc-0.4.0.patch
blob9520c3fa199fd768cc79fde3bca929acbb2b2846
1 diff -urN vpnc-0.4.0-0rig/Makefile vpnc-0.4.0/Makefile
2 --- vpnc-0.4.0-0rig/Makefile 2007-02-19 21:51:12.000000000 +0100
3 +++ vpnc-0.4.0/Makefile 2007-07-17 19:59:53.000000000 +0200
4 @@ -35,7 +35,7 @@
5 RELEASE_VERSION := $(shell cat VERSION)
7 CC=gcc
8 -CFLAGS += -W -Wall -O3 -Wmissing-declarations -Wwrite-strings -g
9 +CFLAGS += -W -Wall -O3 -Wmissing-declarations -Wwrite-strings -g -I$(INCLUDE)
10 CPPFLAGS = -DVERSION=\"$(VERSION)\"
11 LDFLAGS = -g $(shell libgcrypt-config --libs)
12 CFLAGS += $(shell libgcrypt-config --cflags)