• 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/bind/bind-02-cross.patch
Gustavo ZacariasGustavo Zacarias committed 98463e6f87e19 Jul 2013
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
Use host compiler to build 'gen' since it's run when building.
2
​
3
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
4
​
5
diff -Nura bind-9.5.1-P1/lib/dns/Makefile.in bind-9.5.1-P1.gencross/lib/dns/Makefile.in
6
--- bind-9.5.1-P1/lib/dns/Makefile.in   2007-09-11 22:09:08.000000000 -0300
7
+++ bind-9.5.1-P1.gencross/lib/dns/Makefile.in  2009-03-04 16:35:23.000000000 -0200
8
@@ -160,8 +160,8 @@
9
    ./gen -s ${srcdir} > code.h
10
​
11
 gen: gen.c
12
-   ${BUILD_CC} ${BUILD_CFLAGS} -I${top_srcdir}/lib/isc/include \
13
-   ${BUILD_CPPFLAGS} ${BUILD_LDFLAGS} -o $@ ${srcdir}/gen.c ${BUILD_LIBS}
14
+   ${HOSTCC} ${HOST_CFLAGS} -I${top_srcdir}/lib/isc/include \
15
+   ${HOST_LDFLAGS} -o $@ ${srcdir}/gen.c
16
​
17
 rbtdb64.@O@: rbtdb.c
18
​
  • 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.