summaryrefslogtreecommitdiff
path: root/package/apr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/apr/Makefile')
-rw-r--r--package/apr/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/package/apr/Makefile b/package/apr/Makefile
index bf326d316..5a481234f 100644
--- a/package/apr/Makefile
+++ b/package/apr/Makefile
@@ -6,12 +6,19 @@ include ${TOPDIR}/rules.mk
PKG_NAME:= apr
PKG_VERSION:= 0.9.17
PKG_RELEASE:= 1
+ifeq ($(ADK_PACKAGE_APR_THREADING),y)
+PKG_BUILDDEP+= libpthread
+endif
PKG_MD5SUM:= ca1e22d98081a03a33c2a0b8684eb192
PKG_DESCR:= Apache Portable Runtime library
PKG_SECTION:= libs
PKG_URL:= http://apr.apache.org
PKG_SITES:= http://gd.tuwien.ac.at/infosys/servers/http/apache/dist/${PKG_NAME}/
+PKG_FLAVOURS= THREADING
+PKGFD_FULL= Enable threading support
+
+
include ${TOPDIR}/mk/package.mk
ifeq (${ADK_PACKAGE_APR_THREADING},y)