• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/dhcp/0001-dhcp-cross-compile.patch
Doug KehnDoug Kehn committed 2fb3f22080717 Feb 2016
Raw file
Source viewDiff to previous
 
1
dhcp cross compile support integration
2
​
3
Allow BINDCONFIG to be initialized in environment passed to configure.
4
​
5
Allow archiver to be determined during configure.
6
​
7
This patch is submitted upstream as part of a cross compiling enhancement
8
suggestion to dhcp-suggest@isc.org. Reference ISC-Bugs #41502.
9
​
10
Signed-off-by: Doug Kehn <rdkehn@yahoo.com>
11
​
12
Index: dhcp-4.3.3-P1/configure.ac
13
===================================================================
14
--- dhcp-4.3.3-P1.orig/configure.ac
15
+++ dhcp-4.3.3-P1/configure.ac
16
@@ -33,7 +33,7 @@ if test "$GCC" = "yes"; then
17
 fi
18
 
19
 # We can have some flags to pass to bind configure
20
-BINDCONFIG=
21
+BINDCONFIG="$BINDCONFIG"
22
 AC_SUBST(BINDCONFIG)
23
 
24
 # POSIX doesn't include the IPv6 Advanced Socket API and glibc hides
25
@@ -43,6 +43,9 @@ AC_SUBST(BINDCONFIG)
26
 # Use this to define _GNU_SOURCE to pull in the IPv6 Advanced Socket API.
27
 AC_USE_SYSTEM_EXTENSIONS
28
 
29
+AC_CHECK_TOOL(AR,ar)
30
+AC_SUBST(AR)
31
+
32
 AC_PROG_RANLIB
33
 AC_CONFIG_HEADERS([includes/config.h])
34
 
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.