From 1a4236cea3f350a7d039ee91bcddfeca9180db40 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Tue, 8 Dec 2009 12:06:48 +0100 Subject: [PATCH] enca: - unset CFLAGS for building Hosttools --- packages/other/enca/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/other/enca/build b/packages/other/enca/build index d9ecac22d3..7482f39cab 100755 --- a/packages/other/enca/build +++ b/packages/other/enca/build @@ -19,7 +19,7 @@ CPPFLAGS="-I$SYSROOT_PREFIX/usr/include" \ --enable-shared \ --disable-static \ -make CC=$HOST_CC CPPFLAGS="" -C tools +make CC=$HOST_CC CPPFLAGS="" CFLAGS="" -C tools make $MAKEINSTALL -C lib