libpthread-stubs: 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 7fa114a52e
commit 406edaeff2

View File

@ -11,4 +11,6 @@ PKG_PRIORITY="optional"
PKG_SECTION="devel"
PKG_SHORTDESC="libpthread-stubs: A library providing weak aliases for pthread functions"
PKG_LONGDESC="This library provides weak aliases for pthread functions not provided in libc or otherwise available by default. Libraries like libxcb rely on pthread stubs to use pthreads optionally, becoming thread-safe when linked to libpthread, while avoiding any performance hit when running single-threaded."
PKG_IS_ADDON="no"
PKG_IS_ADDON="no"
PKG_AUTORECONF="yes"