ocaml: enable PIE.

This commit is contained in:
Leah Neukirchen 2017-11-12 19:27:35 +01:00
parent 54c691d5ca
commit 9697a74d65

View file

@ -1,7 +1,7 @@
# Template file for 'ocaml' # Template file for 'ocaml'
pkgname=ocaml pkgname=ocaml
version=4.05.0 version=4.05.0
revision=1 revision=2
makedepends="ncurses-devel libX11-devel" makedepends="ncurses-devel libX11-devel"
short_desc="The main implementation of the Caml language" short_desc="The main implementation of the Caml language"
maintainer="Leah Neukirchen <leah@vuxu.org>" 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" distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz"
checksum=e5d8a6f629020c580473d8afcfcb06c3966d01929f7b734f41dc0c737cd8ea3f checksum=e5d8a6f629020c580473d8afcfcb06c3966d01929f7b734f41dc0c737cd8ea3f
nocross=yes nocross=yes
nopie=yes
disable_parallel_build=yes disable_parallel_build=yes
do_configure() { do_configure() {
./configure -prefix /usr -mandir /usr/share/man ./configure -prefix /usr -mandir /usr/share/man -fPIC
} }
do_build() { do_build() {
make ${makejobs} world.opt make ${makejobs} world.opt