summaryrefslogtreecommitdiff
path: root/patches/uClibc/0.9.30.2/240-host-utils-depend-on-headers.patch
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-02-28 10:50:15 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-02-28 10:50:15 (GMT)
commitca9b06fbe64f25f0b983cb1ddd85962cfbf38a17 (patch)
treeb8c29195cd9f7d1b316690bf21c8a4b0fc5fac2b /patches/uClibc/0.9.30.2/240-host-utils-depend-on-headers.patch
parent6d53a561b2a482c1ae1de24310e0bffe490861df (diff)
libc/uClibc: vampirise patches for 0.9.30.2 from builroot
Commit in upstream buildroot: http://git.buildroot.org/buildroot/commit/?id=43ffd946ad569f3a1d0662de221cd4cb65bdc8e6 Everything on the 0_9_30 branch since the release (0.9.30.3 to be)
Diffstat (limited to 'patches/uClibc/0.9.30.2/240-host-utils-depend-on-headers.patch')
-rw-r--r--patches/uClibc/0.9.30.2/240-host-utils-depend-on-headers.patch35
1 files changed, 35 insertions, 0 deletions
diff --git a/patches/uClibc/0.9.30.2/240-host-utils-depend-on-headers.patch b/patches/uClibc/0.9.30.2/240-host-utils-depend-on-headers.patch
new file mode 100644
index 0000000..39b9642
--- /dev/null
+++ b/patches/uClibc/0.9.30.2/240-host-utils-depend-on-headers.patch
@@ -0,0 +1,35 @@
+From 47e88c04e01299f975ff23f33035d0f34a8f6787 Mon Sep 17 00:00:00 2001
+From: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
+Date: Fri, 22 Jan 2010 13:32:44 +0100
+Subject: [PATCH 06/15] {,host}utils depend on headers
+
+Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
+---
+ Makefile.in | 4 ++--
+ 1 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/Makefile.in b/Makefile.in
+index 4c5aecb..ec4c28e 100644
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -436,7 +436,7 @@ ifeq ($(HAVE_SHARED),y)
+ fi
+ endif
+
+-utils:
++utils: headers
+ $(Q)$(MAKE) CROSS="$(CROSS)" CC="$(CC)" -C utils $@
+
+ # Installs helper applications, such as 'ldd' and 'ldconfig'
+@@ -445,7 +445,7 @@ install_utils: utils
+
+ endif # ifeq ($(HAVE_DOT_CONFIG),y)
+
+-hostutils:
++hostutils: headers
+ $(Q)$(MAKE) CROSS="$(CROSS)" CC="$(CC)" HOSTCC="$(HOSTCC)" DOTHOST=.host -C utils $@
+
+ install_hostutils: hostutils
+--
+1.6.6.1
+