diff options
-rw-r--r-- | community/ocaml/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/ocaml/APKBUILD b/community/ocaml/APKBUILD index 0878e2135d..1f8ddf4f83 100644 --- a/community/ocaml/APKBUILD +++ b/community/ocaml/APKBUILD @@ -2,10 +2,10 @@ # Maintainer: Borys Zhukov <mp5@mp5.im> pkgname=ocaml pkgver=4.04.0 -pkgrel=0 +pkgrel=1 pkgdesc="Main implementation of the Caml programming language" url="http://caml.inria.fr" -arch="all !x86" +arch="all" license="LGPLv2" makedepends="ncurses-dev zlib-dev gdbm-dev" install="" @@ -41,7 +41,7 @@ build() { esac done - LDFLAGS="$LDFLAGS -fno-pie" ./configure -cc "${CC:-gcc}" \ + ./configure -cc "${CC:-gcc}" \ --bindir /usr/bin \ --libdir /usr/lib/ocaml \ --mandir /usr/share/man \ |