--- zsh.SlackBuild	2006-03-26 19:21:31.000000000 -0500
+++ zsh.SlackBuild.s390x	2006-09-08 02:03:07.000000000 -0400
@@ -23,8 +23,9 @@
 cd zsh-$VERSION
 chown -R root:root .
 CFLAGS=-O2 \
-./configure --prefix=/usr $ARCH-slackware-linux
-make -j4
+./configure --prefix=/usr --libdir='${exec_prefix}/lib64' $ARCH-slackware-linux
+# Pat does a make -j4, but when I do that, things go horribly wrong.
+make
 make install DESTDIR=$PKG
 mv $PKG/usr/bin $PKG
 ( cd $PKG/bin ; ln -sf zsh zsh-$VERSION )
