[arch-commits] Commit in ecl/trunk (PKGBUILD)

Juergen Hoetzel juergen at archlinux.org
Fri May 25 22:32:12 UTC 2012


    Date: Friday, May 25, 2012 @ 18:32:12
  Author: juergen
Revision: 159615

enable thread support

Modified:
  ecl/trunk/PKGBUILD

----------+
 PKGBUILD |   25 +++++++++++++------------
 1 file changed, 13 insertions(+), 12 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-05-25 21:30:09 UTC (rev 159614)
+++ PKGBUILD	2012-05-25 22:32:12 UTC (rev 159615)
@@ -4,7 +4,7 @@
 
 pkgname=ecl
 pkgver=12.2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Embeddable Common Lisp"
 arch=('i686' 'x86_64')
 url="http://sourceforge.net/projects/ecls/"
@@ -19,20 +19,21 @@
 build() {
   cd $srcdir/$pkgname-$pkgver
   sed -i 's|-Wl,--rpath,~A|-Wl,--rpath,/usr/lib/ecl|' src/configure 
-  ./configure --build=$CHOST \
-              --prefix=/usr       \
-              --with-tcp          \
-              --with-clos-streams \
-              --enable-shared \
-              --enable-boehm=included \
-              --with-system-gmp \
-              --without-x \
-              --without-clx \
-              --disable-threads
+  ./configure \
+    --build=$CHOST \
+    --prefix=/usr \
+    --with-tcp \
+    --with-clos-streams \
+    --enable-shared \
+    --enable-boehm=included \
+    --with-system-gmp \
+    --without-x \
+    --enable-threads \
+    --without-clx
 
   make
 }
 
 package() {
   make -C $srcdir/$pkgname-$pkgver DESTDIR=$pkgdir install
-}
\ No newline at end of file
+}




More information about the arch-commits mailing list