File: remove_linux_if_arp_h_from_configure_ac

package info (click to toggle)
radvd 1%3A2.20-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,416 kB
  • sloc: ansic: 5,780; sh: 5,467; yacc: 1,002; makefile: 265; lex: 168
file content (26 lines) | stat: -rw-r--r-- 960 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Description: remove linux/if_arp.h from configure.ac
 The introduction of linux-libc-dev 4.9.30-1
 resulted into a fails to build from source for 2.16
 This patch fixes that FTBFS
 .
 See also the Debian bug report.
Author: Geert Stappers <stappers@debian.org>
 Bug: URL to the upstream bug report if any, implies patch has been forwarded, optional
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=864269
 Forwarded: <URL|no|not-needed, useless if you have a Bug field, optional>
 Applied-Upstream: version|URL|commit, identifies patches merged upstream, optional
 Reviewed-by: name and email of a reviewer, optional
Last-Update: 2017-06-08

Index: radvd/configure.ac
===================================================================
--- radvd.orig/configure.ac
+++ radvd/configure.ac
@@ -163,7 +163,6 @@ AC_HEADER_STDC
 AC_CHECK_HEADERS( \
 	getopt.h \
 	ifaddrs.h \
-	linux/if_arp.h \
 	machine/limits.h \
 	machine/param.h \
 	net/if_arp.h \