File: remove_linux_if_arp_h_from_configure_ac

package info (click to toggle)
radvd 1%3A2.19-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,164 kB
  • sloc: ansic: 5,045; sh: 4,544; yacc: 831; makefile: 226; lex: 152
file content (24 lines) | stat: -rw-r--r-- 853 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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

--- a/configure.ac
+++ b/configure.ac
@@ -156,7 +156,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 \