diff --git a/packages/debug/hddtemp/build b/packages/debug/hddtemp/build index 6f40e0afe4..4746b0aaef 100755 --- a/packages/debug/hddtemp/build +++ b/packages/debug/hddtemp/build @@ -30,8 +30,4 @@ cd $PKG_BUILD --bindir=/usr/bin \ --with-db-path=/etc/hddtemp.db \ -make PREFIX=/usr \ - CC="$TARGET_CC" \ - AR="$TARGET_AR" \ -# CFLAGS="$TARGET_CFLAGS" \ -# CPPFLAGS="$TARGET_CPPFLAGS" \ +make diff --git a/packages/debug/hddtemp/meta b/packages/debug/hddtemp/meta index 8ef96d07c0..26afbbefd6 100644 --- a/packages/debug/hddtemp/meta +++ b/packages/debug/hddtemp/meta @@ -21,7 +21,7 @@ PKG_NAME="hddtemp" PKG_VERSION="0.3-beta15" PKG_REV="1" -PKG_ARCH="i386 x86_64" +PKG_ARCH="any" PKG_LICENSE="GPL" PKG_SITE="http://www.guzu.net/linux/hddtemp.php" PKG_URL="http://download.savannah.gnu.org/releases/hddtemp/$PKG_NAME-$PKG_VERSION.tar.bz2" @@ -33,4 +33,4 @@ PKG_SHORTDESC="hddtemp: tool that reports hard drive temperature" PKG_LONGDESC="hddtemp is a small utility (daemonizable) that gives you the temperature of your hard drive by reading S.M.A.R.T. informations (for drives that support this feature)." PKG_IS_ADDON="no" -PKG_AUTORECONF="no" +PKG_AUTORECONF="yes"