octave: disable PIE to make this build again (#3539).
This commit is contained in:
parent
57b490b087
commit
9ffcc672b7
1 changed files with 2 additions and 1 deletions
|
@ -5,13 +5,14 @@ revision=1
|
|||
build_style=gnu-configure
|
||||
hostmakedepends="perl gcc-fortran"
|
||||
makedepends="pcre-devel blas-devel lapack-devel readline-devel"
|
||||
nocross=yes
|
||||
short_desc="A high-level language, primarily intended for numerical computations"
|
||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||
license="GPL-3"
|
||||
homepage="https://gnu.org/software/octave/"
|
||||
distfiles="${GNU_SITE}/octave/octave-${version}.tar.xz"
|
||||
checksum=cf6be2fac6796fda68971e249c96d026ce4a1b0ed074ce49a5791365a958c474
|
||||
nocross=yes
|
||||
nopie=yes
|
||||
|
||||
pre_build() {
|
||||
chmod +x build-aux/mk-opts.pl
|
||||
|
|
Loading…
Reference in a new issue