summaryrefslogtreecommitdiff
path: root/package/openswan/patches/patch-lib_libdns_Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/openswan/patches/patch-lib_libdns_Makefile')
-rw-r--r--package/openswan/patches/patch-lib_libdns_Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/openswan/patches/patch-lib_libdns_Makefile b/package/openswan/patches/patch-lib_libdns_Makefile
new file mode 100644
index 000000000..bfb17431c
--- /dev/null
+++ b/package/openswan/patches/patch-lib_libdns_Makefile
@@ -0,0 +1,10 @@
+$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
+--- openswan-2.6.18.orig/lib/libdns/Makefile 2008-10-06 18:52:49.000000000 +0200
++++ openswan-2.6.18/lib/libdns/Makefile 2008-10-14 13:08:03.000000000 +0200
+@@ -102,5 +102,5 @@ code.h: gen
+ # cross-compiled!
+ HOSTCC?=cc
+ gen: gen.c
+- ${HOSTCC} ${HOSTCINCLUDES} ${LDFLAGS} -o $@ ${srcdir}gen.c ${LIBS}
++ ${HOSTCC} ${HOSTCINCLUDES} -o $@ ${srcdir}gen.c ${LIBS}
+