talloc: add autoreconf support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2010-11-25 18:19:33 +01:00
parent 20552a2f89
commit 66b355fd6f
2 changed files with 5 additions and 1 deletions

View File

@ -3,6 +3,8 @@
. config/options $1
cd $PKG_BUILD
do_autoreconf -I libreplace
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
@ -11,4 +13,4 @@ cd $PKG_BUILD
make
$MAKEINSTALL
$MAKEINSTALL

View File

@ -12,3 +12,5 @@ PKG_SECTION="devel"
PKG_SHORTDESC="talloc: talloc is a hierarchical, reference counted memory pool system with destructors."
PKG_LONGDESC="talloc is a hierarchical, reference counted memory pool system with destructors. It is the core memory allocator used in Samba."
PKG_IS_ADDON="no"
PKG_AUTORECONF="no"