summaryrefslogtreecommitdiffstats
path: root/package/isakmpd/patches/050-ar_cross.patch
diff options
context:
space:
mode:
Diffstat (limited to 'package/isakmpd/patches/050-ar_cross.patch')
-rw-r--r--package/isakmpd/patches/050-ar_cross.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/package/isakmpd/patches/050-ar_cross.patch b/package/isakmpd/patches/050-ar_cross.patch
deleted file mode 100644
index 2bac048db..000000000
--- a/package/isakmpd/patches/050-ar_cross.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: isakmpd-20041012.orig/sysdep/common/libsysdep/GNUmakefile
-===================================================================
---- isakmpd-20041012.orig.orig/sysdep/common/libsysdep/GNUmakefile 2007-06-04 13:22:40.000774240 +0200
-+++ isakmpd-20041012.orig/sysdep/common/libsysdep/GNUmakefile 2007-06-04 13:22:40.431708728 +0200
-@@ -44,7 +44,7 @@
- endif
-
- lib${LIB}.a: ${SRCS:%.c=%.o}
-- ar cq $@ ${SRCS:%.c=%.o}
-+ $(AR) cq $@ ${SRCS:%.c=%.o}
-
- clean:
- rm -f lib${LIB}.a ${SRCS:%.c=%.o}