summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRod Kay2017-06-05 19:34:13 +1000
committerRod Kay2017-06-05 19:34:13 +1000
commit5c62ae9c00cd03ee58c6d6ecc3a8975899bed687 (patch)
tree8be7d71c50d138551ff4236a081fdd32cbb7a8b8
parent2afdf74f80861e615cb284fbf6eb24ebd753ab16 (diff)
downloadaur-5c62ae9c00cd03ee58c6d6ecc3a8975899bed687.tar.gz
Set build kind to relocateable
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf64ada89a51..47da77c8ba86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Mon Jun 5 09:13:38 UTC 2017
+# Mon Jun 5 09:33:36 UTC 2017
pkgbase = gnatcoll
pkgdesc = gnat components collection
pkgver = 17.1.r64.g09ee8996
diff --git a/PKGBUILD b/PKGBUILD
index 55d6618c5dd8..eb3ade5dca3b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -55,6 +55,8 @@ build() {
export PATH=$srcdir/$pkgname/temp_bin:$PATH
export OS=unix
+ export LIBRARY_TYPE=relocatable
+
./configure --prefix=/usr \
--libexecdir=/lib \
--enable-shared \