summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-01-19 13:03:51 +0100
committerhaawda2019-01-19 13:03:51 +0100
commit9a0bc81c69284ed6e3ced2a700db53a22c91521a (patch)
treeea5a010ce7261195cbf13d65bf5ec8d89ff7c440
parentaeb7a1d953d0b06ef511d0c667125a870c077978 (diff)
downloadaur-9a0bc81c69284ed6e3ced2a700db53a22c91521a.tar.gz
use -fPIC
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 87e1fc424ef1..d5b214c51c34 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libctl
pkgdesc = A free Guile-based library implementing flexible control files for scientific simulations.
pkgver = 4.2.0
- pkgrel = 1
+ pkgrel = 2
url = http://ab-initio.mit.edu/wiki/index.php/Libctl
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 0b2f6e82c108..ce1b240ba88e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=libctl
pkgver=4.2.0
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url="http://ab-initio.mit.edu/wiki/index.php/Libctl"
pkgdesc="A free Guile-based library implementing flexible control files for scientific simulations."
@@ -18,7 +18,7 @@ options=('!libtool')
build() {
cd $pkgname-$pkgver
./autogen.sh
- ./configure --prefix=/usr LIBS="-lm"
+ ./configure --prefix=/usr LIBS="-lm" CFLAGS=" -fPIC"
make
}
package() {