summaryrefslogtreecommitdiff
path: root/package/radvd/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2012-08-28 10:24:00 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2012-08-28 10:24:00 +0200
commit3d7ed6451a4e0dc19fb9db3d2f53bbdddf1c5ff2 (patch)
treecc909c0ccf0029d6b904767a9391d15ee7d7960d /package/radvd/patches
parent2d179f5e1b0a048db01ff650ff6e2b58b54a9a76 (diff)
update to latest upstream version
Diffstat (limited to 'package/radvd/patches')
-rw-r--r--package/radvd/patches/no-libfl.patch12
-rw-r--r--package/radvd/patches/patch-Makefile_in12
2 files changed, 0 insertions, 24 deletions
diff --git a/package/radvd/patches/no-libfl.patch b/package/radvd/patches/no-libfl.patch
deleted file mode 100644
index 31af2d789..000000000
--- a/package/radvd/patches/no-libfl.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff -urN radvd-0.7.3.old/scanner.l radvd-0.7.3/scanner.l
---- radvd-1.2.orig/scanner.l 2008-10-14 13:34:09.000000000 +0200
-+++ radvd-1.2/scanner.l 2009-05-30 17:06:39.028934539 +0200
-@@ -21,6 +21,8 @@
-
- extern char *conf_file;
-
-+int yywrap(void) { return 1; }
-+
- int num_lines = 1;
- %}
-
diff --git a/package/radvd/patches/patch-Makefile_in b/package/radvd/patches/patch-Makefile_in
deleted file mode 100644
index 3825f23f1..000000000
--- a/package/radvd/patches/patch-Makefile_in
+++ /dev/null
@@ -1,12 +0,0 @@
-$Id: update-patches 24 2008-08-31 14:56:13Z wbx $
---- radvd-1.2.orig/Makefile.in 2008-10-28 17:38:37.000000000 +0100
-+++ radvd-1.2/Makefile.in 2009-05-30 17:07:08.814794942 +0200
-@@ -222,7 +222,7 @@ COMMON_SRC = log.c socket.c recv.c util.
- radvd_SOURCES = $(COMMON_SRC) radvd.c timer.c send.c process.c interface.c \
- device.c device-common.c privsep.c gram.y gram.h scanner.l
-
--radvd_LDADD = -lfl
-+radvd_LDADD =
- EXTRA_radvd_SOURCES = device-linux.c device-bsd44.c privsep-linux.c privsep-bsd44.c
- YFLAGS = -d
- radvdump_SOURCES = $(COMMON_SRC) radvdump.c