ocaml-findlib: make this work by not stripping bins.
This commit is contained in:
parent
f7aa60be37
commit
7afa90b431
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'ocaml-findlib'
|
# Template file for 'ocaml-findlib'
|
||||||
pkgname=ocaml-findlib
|
pkgname=ocaml-findlib
|
||||||
version=1.3.3
|
version=1.3.3
|
||||||
revision=2
|
revision=3
|
||||||
wrksrc="findlib-${version}"
|
wrksrc="findlib-${version}"
|
||||||
makedepends="ocaml-compiler-libs"
|
makedepends="ocaml-compiler-libs"
|
||||||
short_desc="O'Caml library manager"
|
short_desc="O'Caml library manager"
|
||||||
|
@ -12,6 +12,7 @@ distfiles="http://download.camlcity.org/download/findlib-${version}.tar.gz"
|
||||||
checksum=981f5c67118a2be015efa79f3af3cb0063376b93123b5d695e7cb5c586b1d45c
|
checksum=981f5c67118a2be015efa79f3af3cb0063376b93123b5d695e7cb5c586b1d45c
|
||||||
|
|
||||||
conf_files="/etc/${pkgname}.conf"
|
conf_files="/etc/${pkgname}.conf"
|
||||||
|
nostrip=yes
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
./configure -bindir /usr/bin -mandir /usr/share/man -config /etc/${pkgname}.conf
|
./configure -bindir /usr/bin -mandir /usr/share/man -config /etc/${pkgname}.conf
|
||||||
|
|
Loading…
Reference in New Issue