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"