From 0221ca4edcce460e4b2d9e5acc0d0833458b7eb4 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 16 Nov 2009 16:14:37 +0100 Subject: [PATCH] hal: - dont build cpufreq support --- packages/sysutils/hal/build | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/packages/sysutils/hal/build b/packages/sysutils/hal/build index a62fe080e8..1d64ee2b6c 100755 --- a/packages/sysutils/hal/build +++ b/packages/sysutils/hal/build @@ -12,10 +12,6 @@ $SCRIPTS/build dbus $SCRIPTS/build dbus-glib $SCRIPTS/build util-linux-ng -export CFLAGS="$CFLAGS -I$SYSROOT_PREFIX/usr/include" -export LDFLAGS="$LDFLAGS -L$SYSROOT_PREFIX/usr/lib" - -echo $PKG_BUILD cd $PKG_BUILD ./configure --host=$TARGET_NAME \ --build=$HOST_NAME \ @@ -63,7 +59,7 @@ cd $PKG_BUILD --without-macbook \ --without-imac \ --without-omap \ - --with-cpufreq \ + --without-cpufreq \ --without-usb-csr \ --without-dell-backlight \