summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPierre-Marie de Rodat2018-03-10 18:59:43 +0100
committerPierre-Marie de Rodat2018-03-10 18:59:43 +0100
commit9e499f3b217f2e004ff088dfb2dd226be5dd6f85 (patch)
tree926654df27eeb8304ce0c3567101c2a1d61a8f2a /PKGBUILD
parente2cc9552567595621479ae654eaa1ad18bbe097a (diff)
downloadaur-9e499f3b217f2e004ff088dfb2dd226be5dd6f85.tar.gz
Build and install static-pic variants
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c00f50eff99f..4c3554acdba8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Rod Kay <charlie5 on #ada at freenode.net>
# Contributor: Earnestly <zibeon AT googlemail.com>
pkgname=libgpr-git
-pkgver=r3152.ba7dba01
+pkgver=r3307.832b1ce6
pkgrel=1
pkgdesc="Ada library to handle GPRbuild project files"
arch=('i686' 'x86_64')
@@ -38,7 +38,7 @@ prepare() {
build() {
cd "$srcdir/gprbuild"
- for k in static shared
+ for k in static static-pic shared
do
make prefix=/usr PROCESSORS="$(nproc)" GPRBUILD_OPTIONS=-R \
libgpr.build.$k
@@ -48,7 +48,7 @@ build() {
package() {
cd "$srcdir/gprbuild"
- for k in static shared
+ for k in static static-pic shared
do
make prefix="$pkgdir/usr" PROCESSORS="$(nproc)" GPRBUILD_OPTIONS=-R \
libgpr.install.$k