summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRod Kay2018-02-09 13:38:53 +1100
committerRod Kay2018-02-09 13:38:53 +1100
commit4f1d4b589a0ac7a15fe8f4de820922a64661210a (patch)
tree764a3bc02e3bd6fcf915a41244c7b5704ee11033
parent9b14e1841b935d22af95fad0d3d88a6748c55284 (diff)
downloadaur-4f1d4b589a0ac7a15fe8f4de820922a64661210a.tar.gz
Add configure option to enable projects
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD9
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17c80068a650..49362064839d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Feb 9 02:06:57 UTC 2018
+# Fri Feb 9 02:37:45 UTC 2018
pkgbase = gnatcoll
pkgdesc = Gnat components collection.
pkgver = 2017
diff --git a/PKGBUILD b/PKGBUILD
index 8650305b9d65..d5fd110d21da 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -56,10 +56,11 @@ build()
export OS=unix
- ./configure --prefix=/usr \
- --libexecdir=/lib \
- --enable-shared \
- --enable-gpl
+ ./configure --prefix=/usr \
+ --libexecdir=/lib \
+ --enable-shared \
+ --enable-gpl \
+ --enable-projects
make PROCESSORS="$(nproc)" GPRBUILD_OPTIONS=-R
}