summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {