ocaml: enable PIE.
This commit is contained in:
parent
54c691d5ca
commit
9697a74d65
1 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'ocaml'
|
||||
pkgname=ocaml
|
||||
version=4.05.0
|
||||
revision=1
|
||||
revision=2
|
||||
makedepends="ncurses-devel libX11-devel"
|
||||
short_desc="The main implementation of the Caml language"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
|
@ -10,11 +10,10 @@ license="QPL-1, LGPL-2"
|
|||
distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz"
|
||||
checksum=e5d8a6f629020c580473d8afcfcb06c3966d01929f7b734f41dc0c737cd8ea3f
|
||||
nocross=yes
|
||||
nopie=yes
|
||||
disable_parallel_build=yes
|
||||
|
||||
do_configure() {
|
||||
./configure -prefix /usr -mandir /usr/share/man
|
||||
./configure -prefix /usr -mandir /usr/share/man -fPIC
|
||||
}
|
||||
do_build() {
|
||||
make ${makejobs} world.opt
|
||||
|
|
Loading…
Reference in a new issue