summaryrefslogtreecommitdiff
path: root/strata
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-01-15 17:03:01 +0000
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2015-01-22 12:46:30 +0000
commit5993a9572616d328d970d783922d29f2760c25e2 (patch)
tree7b82e197cd7657f1139d06822b90e9394099a26a /strata
parentf6d23156cdaaeebefa709ed66a41798b1e7af040 (diff)
downloaddefinitions-5993a9572616d328d970d783922d29f2760c25e2.tar.gz
Enable threads in apr
Diffstat (limited to 'strata')
-rw-r--r--strata/apache-httpd-server/apr.morph1
1 files changed, 1 insertions, 0 deletions
diff --git a/strata/apache-httpd-server/apr.morph b/strata/apache-httpd-server/apr.morph
index 6b7c8a41..87e05910 100644
--- a/strata/apache-httpd-server/apr.morph
+++ b/strata/apache-httpd-server/apr.morph
@@ -5,6 +5,7 @@ configure-commands:
- |
./configure --prefix="$PREFIX" \
--disable-static \
+ --enable-threads \
--with-installbuilddir="$PREFIX"/share/apr-1/build
build-commands:
- make