• 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-bind-cross-compile.patch
Baruch SiachBaruch Siach committed 99da25a5fab12 Dec 2017
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
bind cross compile support integration
2
​
3
Pass system types from dhcp configure to bind configure.
4
​
5
This patch is submitted upstream as part of a cross compiling enhancement
6
suggestion to dhcp-suggest@isc.org. Reference ISC-Bugs #41502.
7
​
8
Signed-off-by: Doug Kehn <rdkehn@yahoo.com>
9
​
10
Index: dhcp-4.3.3-P1/bind/Makefile.in
11
===================================================================
12
--- dhcp-4.3.3-P1.orig/bind/Makefile.in
13
+++ dhcp-4.3.3-P1/bind/Makefile.in
14
@@ -30,7 +30,9 @@ bindconfig = --disable-kqueue --disable-
15
    --without-openssl --without-libxml2 --enable-exportlib \
16
    --with-gssapi=no --enable-threads=no @BINDCONFIG@ \
17
    --with-export-includedir=${binddir}/include \
18
-   --with-export-libdir=${binddir}/lib
19
+   --with-export-libdir=${binddir}/lib \
20
+   --target=@target_alias@ --host=@host_alias@ \
21
+   --build=@build_alias@
22
 
23
 @BIND_ATF_FALSE@cleandirs = ./lib ./include
24
 @BIND_ATF_TRUE@cleandirs = ./lib ./include ./atf
  • 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.