summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Manouchehri2015-09-16 19:02:48 -0400
committerDavid Manouchehri2015-09-16 19:02:48 -0400
commit2a7ffe80d7d5f5538b625784737baca6898e4515 (patch)
treede31cb92d0f6b33038b421d9466e20cb727a9130
parent696012a7bfe58f8235c62ba1bf47940ba7d71dd7 (diff)
downloadaur-2a7ffe80d7d5f5538b625784737baca6898e4515.tar.gz
Forgot to remove the disable line and the AUR doesn't allow me to amend a commit. Oops.
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 77dbab4ebf66..d8f9d6afea47 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,7 +31,7 @@ build() {
cd "${srcdir}/${_gitname}"
./autogen.sh
- PYTHON=python2 ./configure --prefix=/usr --disable-java --disable-python
+ PYTHON=python2 ./configure --prefix=/usr --disable-java
make
}