diff --git a/packages/devel/talloc/build b/packages/devel/talloc/build index 684c7e6d57..5d0c3c9f00 100755 --- a/packages/devel/talloc/build +++ b/packages/devel/talloc/build @@ -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 \ No newline at end of file +$MAKEINSTALL diff --git a/packages/devel/talloc/meta b/packages/devel/talloc/meta index 22d2e1dbe9..a9df9daf19 100644 --- a/packages/devel/talloc/meta +++ b/packages/devel/talloc/meta @@ -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"