summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Husmann2016-09-22 22:08:21 +0200
committerStefan Husmann2016-09-22 22:08:21 +0200
commite0abefde71f82a192d3c4e9657e49b9daf9d80cd (patch)
treed169c3c26425277084046e880a48cfdb7dd5ddc5 /PKGBUILD
parentf0704acbf97ebd228efd1e517cdfe26dc9e168a9 (diff)
downloadaur-e0abefde71f82a192d3c4e9657e49b9daf9d80cd.tar.gz
Allow optimization
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7e26f2280577..6b7193b40d52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=guile-git
_gitname=guile
pkgver=2.1.4
-pkgrel=1
+pkgrel=2
pkgdesc="A portable, embeddable Scheme implementation (Git snapshot)"
arch=('i686' 'x86_64')
license=('GPL')
@@ -25,7 +25,7 @@ pkgver() {
build() {
cd $_gitname
./autogen.sh
- CFLAGS="" ./configure --prefix=/usr --disable-error-on-warning \
+ ./configure --prefix=/usr --disable-error-on-warning \
--program-suffix=-2.2
make LDFLAGS+="-lpthread"
}