mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
talloc: add autoreconf support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
20552a2f89
commit
66b355fd6f
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user