From 314d5e61bb21414c87655a3c20e5e6734dc66998 Mon Sep 17 00:00:00 2001 From: Andrew Benson Date: Wed, 27 Mar 2019 15:24:54 -0500 Subject: [PATCH] simh: fix segfault with vax guests --- srcpkgs/simh/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/simh/template b/srcpkgs/simh/template index 2567a64f051..c2f7ac6f999 100644 --- a/srcpkgs/simh/template +++ b/srcpkgs/simh/template @@ -1,7 +1,7 @@ # Template file for 'simh' pkgname=simh version=3.9 -revision=1 +revision=2 wrksrc=${pkgname}-${version} create_wrksrc=yes hostmakedepends="libpcap-devel unzip" @@ -10,8 +10,9 @@ short_desc="Emulator for historical computers including PDP-11 and VAX" maintainer="Daniel James " license="MIT" homepage="http://simh.trailing-edge.com/" -distfiles="http://simh.trailing-edge.com/sources/simhv39-0.zip" +distfiles="http://simh.trailing-edge.com/sources/simhv${version/.}-0.zip" checksum=e49b259b66ad6311ca9066dee3d3693cd915106a6938a52ed685cdbada8eda3b +nopie=yes do_build() { mkdir -p BIN