summaryrefslogtreecommitdiffstats
path: root/main/apache2-mod-wsgi/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'main/apache2-mod-wsgi/APKBUILD')
-rw-r--r--main/apache2-mod-wsgi/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/apache2-mod-wsgi/APKBUILD b/main/apache2-mod-wsgi/APKBUILD
index 0799c41be63..bf2a4bab657 100644
--- a/main/apache2-mod-wsgi/APKBUILD
+++ b/main/apache2-mod-wsgi/APKBUILD
@@ -22,7 +22,7 @@ build() {
CFLAGS="" CXXFLAGS="" CPPFLAGS="" \
./configure --prefix=/usr \
--with-apxs=/usr/bin/apxs \
- --with-python=/usr/bin/python || return 1
+ --with-python=/usr/bin/python2 || return 1
make || return 1
}