lockdev: fix build to support automake-1.13

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2013-01-12 17:57:00 +01:00
parent 84746981c5
commit e8f72865e8
2 changed files with 2 additions and 1 deletions

View File

@ -23,6 +23,7 @@
. config/options $1
cd $PKG_BUILD
mkdir -p m4 && do_autoreconf
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \

View File

@ -33,4 +33,4 @@ PKG_SHORTDESC="lockdev: Manage character and block device lockfiles."
PKG_LONGDESC="lockdev manages character and block device lockfiles."
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"
PKG_AUTORECONF="no"