maxima: nopie=yes.
This commit is contained in:
parent
954c0599bd
commit
21173c2ce0
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'maxima'
|
# Template file for 'maxima'
|
||||||
pkgname=maxima
|
pkgname=maxima
|
||||||
version=5.38.1
|
version=5.38.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="$(vopt_enable clisp) $(vopt_enable sbcl)"
|
configure_args="$(vopt_enable clisp) $(vopt_enable sbcl)"
|
||||||
hostmakedepends="python perl emacs"
|
hostmakedepends="python perl emacs"
|
||||||
|
@ -13,6 +13,7 @@ homepage="http://maxima.sourceforge.net/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="${SOURCEFORGE_SITE}/maxima/maxima-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/maxima/maxima-${version}.tar.gz"
|
||||||
checksum=0e866536ab5847ec045ba013570f80f36206ca6ce07a5d13987010bcb321c6dc
|
checksum=0e866536ab5847ec045ba013570f80f36206ca6ce07a5d13987010bcb321c6dc
|
||||||
|
nopie=yes
|
||||||
|
|
||||||
build_options="clisp sbcl"
|
build_options="clisp sbcl"
|
||||||
desc_option_clisp="Build with CLISP"
|
desc_option_clisp="Build with CLISP"
|
||||||
|
|
Loading…
Reference in New Issue