summaryrefslogtreecommitdiff
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-02-11 18:30:34 +0000
commit907d22d294743570bde74fdcaee41f2644776d71 (patch)
treedd878f89b27171cc4e5ae6da6535d77772828ef9
parent45db434857e72a9b0a1324cf2f6067d825bf155b (diff)
downloaddefinitions-907d22d294743570bde74fdcaee41f2644776d71.tar.gz
Enable threads in apr
-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