summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaptiste Jonglez2015-08-24 12:58:06 +0200
committerBaptiste Jonglez2015-08-24 13:02:35 +0200
commit810619cf46d30c547d81db282397dbab69af5c26 (patch)
tree7894b82cb707b78bc6aed334fc3a2904fe4ea69d
parentd752fead3b243c3bf550693e0ca41947cfdcca4d (diff)
downloadaur-810619cf46d30c547d81db282397dbab69af5c26.tar.gz
opendht-git: Disable Doxygen doc generation
The documentation more than doubles the package size, contains references to $srcdir, and is not even installed by "make install".
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index cf71c6ae8f02..22f24e7e153a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -34,7 +34,8 @@ build() {
--sharedstatedir=/usr/share/opendht \
--localstatedir=/var/lib/opendht \
--with-gnu-ld \
- --disable-python
+ --disable-python \
+ --disable-doc
make
}