From 406edaeff2ea9442a1f675572d39dfe45f192814 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 25 Nov 2010 18:19:33 +0100 Subject: [PATCH] libpthread-stubs: add autoreconf support Signed-off-by: Stephan Raue --- packages/devel/libpthread-stubs/meta | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/devel/libpthread-stubs/meta b/packages/devel/libpthread-stubs/meta index 8f47685860..ec52c41d26 100644 --- a/packages/devel/libpthread-stubs/meta +++ b/packages/devel/libpthread-stubs/meta @@ -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" \ No newline at end of file +PKG_IS_ADDON="no" + +PKG_AUTORECONF="yes"