[arch-commits] Commit in dune/trunk (PKGBUILD)

Konstantin Gizdov kgizdov at gemini.archlinux.org
Fri Mar 11 22:59:24 UTC 2022


    Date: Friday, March 11, 2022 @ 22:59:24
  Author: kgizdov
Revision: 1148878

FS#74061

Modified:
  dune/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-11 22:58:40 UTC (rev 1148877)
+++ PKGBUILD	2022-03-11 22:59:24 UTC (rev 1148878)
@@ -4,7 +4,7 @@
 
 pkgname=dune
 pkgver=3.0.3
-pkgrel=1
+pkgrel=2
 pkgdesc="A composable build system for OCaml (formerly jbuilder)"
 arch=(x86_64)
 url="https://github.com/ocaml/dune"
@@ -17,6 +17,10 @@
 
 build() {
     cd "${srcdir}/${pkgname}-${pkgver}"
+
+    # FS#74061
+    ./configure --libdir /usr/lib/ocaml
+
     make dune.exe  # this runs `ocaml bootstrap.ml`, but keeps upstream's choice
 
     # dune build needs a comma separated list of packages



More information about the arch-commits mailing list