[git commit master] utils/Makefile.in: Define GETCONF_DIR for host builds of getconf.

Khem Raj raj.khem at gmail.com
Tue May 11 21:07:04 UTC 2010


commit: http://git.uclibc.org/uClibc/commit/?id=008ebd962932863acfbc70e83f3018902ebbf88a
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/master

Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 utils/Makefile.in |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/utils/Makefile.in b/utils/Makefile.in
index 8cb06a3..65364d7 100644
--- a/utils/Makefile.in
+++ b/utils/Makefile.in
@@ -68,6 +68,8 @@ BUILD_CFLAGS-iconv.host    := $(BUILD_CFLAGS-utils) \
 			-include $(top_builddir)extra/locale/c8tables.h \
 			-I$(top_srcdir)libc/misc/wchar -DL_iconv_main
 
+BUILD_CFLAGS-getconf.host  := $(BUILD_CFLAGS-utils) \
+				-DGETCONF_DIR='"$(CURDIR)"'
 
 # Rules
 
-- 
1.6.3.3



More information about the uClibc-cvs mailing list