aboutsummaryrefslogtreecommitdiffstats
path: root/package/strongswan/patches/130-make-starter.patch
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2008-08-20 22:00:41 +0000
committerNicolas Thill <nico@openwrt.org>2008-08-20 22:00:41 +0000
commitbd08c5928d1f1549fa56934d26f8349a7f91d119 (patch)
tree149edda4b47c81266b596236bcae903222cf1824 /package/strongswan/patches/130-make-starter.patch
parent080dc036df44ade669021062ce0eb3745a3adb80 (diff)
downloadmaster-187ad058-bd08c5928d1f1549fa56934d26f8349a7f91d119.tar.gz
master-187ad058-bd08c5928d1f1549fa56934d26f8349a7f91d119.tar.bz2
master-187ad058-bd08c5928d1f1549fa56934d26f8349a7f91d119.zip
move more extra packages from ./trunk to ./packages
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@12359 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/strongswan/patches/130-make-starter.patch')
-rw-r--r--package/strongswan/patches/130-make-starter.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/package/strongswan/patches/130-make-starter.patch b/package/strongswan/patches/130-make-starter.patch
deleted file mode 100644
index 93888ab6b6..0000000000
--- a/package/strongswan/patches/130-make-starter.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-Index: strongswan-2.8.2/programs/starter/Makefile
-===================================================================
---- strongswan-2.8.2.orig/programs/starter/Makefile 2007-06-04 13:23:04.711017712 +0200
-+++ strongswan-2.8.2/programs/starter/Makefile 2007-06-04 13:23:06.227787128 +0200
-@@ -16,7 +16,6 @@
- FREESWANSRCDIR?=$(shell cd ../..; pwd)
- include ${FREESWANSRCDIR}/Makefile.inc
-
--LD=$(CC)
- RM=rm
- LEX=flex
- BISON=bison
-@@ -59,7 +58,7 @@
- all: starter
-
- starter: $(OBJS) $(FREESWANLIB)
-- $(LD) $(LDFLAGS) -o starter $(OBJS) $(LIBS)
-+ $(CC) $(LDFLAGS) -o starter $(OBJS) $(LIBS)
-
- lex.yy.c: parser.tab.c parser.l parser.y parser.h
- $(LEX) parser.l