summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorlarchunix2017-01-07 12:18:47 +0100
committerlarchunix2017-01-07 12:18:47 +0100
commit06b86fe28a6eba9079ab9b69144b09d0eba4ec07 (patch)
tree98275128260760cc05cb95f465b689a29118bf8d
parentc8e0530455ce7e018f43918efa509d050bcceb61 (diff)
downloadaur-06b86fe28a6eba9079ab9b69144b09d0eba4ec07.tar.gz
Enable more optional features
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 39dd9f1699b6..a19fd117b7e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,19 +31,21 @@ build() {
-DENABLE_BZIP2_COMPRESSION=ON \
-DENABLE_COMPLEX_DEPS=1 \
-DENABLE_COMPS=ON \
- -DENABLE_CUDFREPO=OFF \
+ -DENABLE_CUDFREPO=ON \
-DENABLE_DEBIAN=ON \
-DENABLE_HAIKU=OFF \
-DENABLE_HELIXREPO=ON \
-DENABLE_LZMA_COMPRESSION=ON \
-DENABLE_MDKREPO=ON \
-DENABLE_PERL=ON \
- -DENABLE_PUBKEY=OFF \
+ -DENABLE_PUBKEY=ON \
-DENABLE_PYTHON=ON \
-DENABLE_RPMDB=ON \
-DENABLE_RPMDB_BYRPMHEADER=ON \
-DENABLE_RPMMD=ON \
+ -DENABLE_RPMPKG=ON \
-DENABLE_RUBY=ON \
+ -DENABLE_TCL=OFF \
-DENABLE_SUSEREPO=ON \
-DMULTI_SEMANTICS=ON \
..