summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaptiste Jonglez2015-08-24 12:56:36 +0200
committerBaptiste Jonglez2015-08-24 13:02:17 +0200
commitd752fead3b243c3bf550693e0ca41947cfdcca4d (patch)
tree508e1953027fe0edbc783adfbbc9f1f8ec99e287
parentffee7e8b97f41086c6fe92a016f13972630b7ab3 (diff)
downloadaur-d752fead3b243c3bf550693e0ca41947cfdcca4d.tar.gz
opendht-git: Disable python bindings, because they do not build
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0e78632dc723..cf71c6ae8f02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -24,6 +24,8 @@ build() {
msg2 'Building...'
./autogen.sh
+ # Python bindings are disabled as of 2015-08-24 because they don't
+ # build. See https://github.com/savoirfairelinux/opendht/issues/15
./configure \
--prefix=/usr \
--sbindir=/usr/bin \
@@ -31,7 +33,8 @@ build() {
--sysconfdir=/etc \
--sharedstatedir=/usr/share/opendht \
--localstatedir=/var/lib/opendht \
- --with-gnu-ld
+ --with-gnu-ld \
+ --disable-python
make
}