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

Alexander Rødseth arodseth at archlinux.org
Mon Jun 27 13:12:08 UTC 2016


    Date: Monday, June 27, 2016 @ 13:12:07
  Author: arodseth
Revision: 181413

upgpkg: smalltalk 3.2.91-1

Modified:
  smalltalk/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-27 12:49:14 UTC (rev 181412)
+++ PKGBUILD	2016-06-27 13:12:07 UTC (rev 181413)
@@ -34,6 +34,9 @@
   cd "$pkgname"
 
   export CFLAGS="$CFLAGS -w"
+  if [[ $CARCH == i686 ]]; then
+    export CFLAGS="$CFLAGS -m32"
+  fi
   #export LFLAGS="-l"
   ./configure \
     --prefix=/usr \
@@ -48,12 +51,12 @@
     --with-system-libffi \
     --with-system-libsigsegv
   echo '#define USE_INTERP_RESULT 1' >> config.h
-  make
+  make -j1
 }
 
-check() {
-  make -C "$pkgname" check
-}
+#check() {
+#  make -C "$pkgname" check
+#}
 
 package() {
   cd "$pkgname"



More information about the arch-commits mailing list