camlp4: nopie=yes.

This commit is contained in:
Christian Neukirchen 2016-06-21 21:19:59 +02:00
parent c39aa0e261
commit c7f9795673

View file

@ -1,17 +1,18 @@
# Template build file for 'camlp4' # Template build file for 'camlp4'
pkgname=camlp4 pkgname=camlp4
version=4.03+1 version=4.03+1
revision=1 revision=2
build_style=configure build_style=configure
short_desc="Caml preprocessor and pretty-printer" short_desc="Caml preprocessor and pretty-printer"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>" maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="GPL-2" license="GPL-2"
homepage="https://github.com/ocaml/camlp4" homepage="https://github.com/ocaml/camlp4"
distfiles="$homepage/archive/${version}.tar.gz" distfiles="${homepage}/archive/${version}.tar.gz"
checksum=6eefeacced81cca59ddf90c2538505fd5cd6596a3fc1acf4971e9796c2e7f2ae checksum=6eefeacced81cca59ddf90c2538505fd5cd6596a3fc1acf4971e9796c2e7f2ae
hostmakedepends="ocaml ocamlbuild" hostmakedepends="ocaml ocamlbuild"
wrksrc="camlp4-${version/+/-}" wrksrc="camlp4-${version/+/-}"
nocross="yes" nocross=yes
nopie=yes
do_build() { do_build() {
make all camlp4/META make all camlp4/META