X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from mvs-tech.com (unknown [69.162.133.222]) by mail.alpinelinux.org (Postfix) with ESMTP id C186ADC1282 for ; Fri, 13 Apr 2012 23:59:43 +0000 (UTC) Received: from mp5build.gateway.2wire.net (99-59-223-143.lightspeed.jcvlfl.sbcglobal.net [99.59.223.143]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: admin@mp5.im) by mvs-tech.com (Postfix) with ESMTPSA id D98EF46018; Fri, 13 Apr 2012 23:59:10 +0000 (UTC) From: Borys Zhukov To: alpine-devel@lists.alpinelinux.org Cc: Borys Zhukov Subject: [alpine-devel] [PATCH] testing/ocaml: new aport Date: Fri, 13 Apr 2012 23:59:16 +0000 Message-Id: <1334361556-18877-1-git-send-email-mp5@mp5.im> X-Mailer: git-send-email 1.7.9.6 In-Reply-To: <0295> References: <0295> X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- testing/ocaml/APKBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/testing/ocaml/APKBUILD b/testing/ocaml/APKBUILD index 42c837f..922ec14 100644 --- a/testing/ocaml/APKBUILD +++ b/testing/ocaml/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="Main implementation of the Caml programming language" url="http://caml.inria.fr" arch="all" -license="QPL/GPLv2" +license="QPL-1.0/LGPL-2" depends="gdbm" depends_dev="ncurses" makedepends="$depends_dev" @@ -28,7 +28,8 @@ prepare() { build() { cd "$_builddir" - ./configure -bindir /usr/bin \ + ./configure -cc "gcc -fPIC" \ + -bindir /usr/bin \ -libdir /usr/lib/ocaml \ -mandir /usr/share/man \ -no-tk \ -- 1.7.9.6 --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---