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

Robin Broda coderobe at archlinux.org
Mon Oct 14 16:35:48 UTC 2019


    Date: Monday, October 14, 2019 @ 16:35:48
  Author: coderobe
Revision: 515738

hivex: remove rpath

Modified:
  hivex/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-10-14 16:27:34 UTC (rev 515737)
+++ PKGBUILD	2019-10-14 16:35:48 UTC (rev 515738)
@@ -10,7 +10,7 @@
 url="http://libguestfs.org"
 license=("LGPL2.1")
 depends=("libxml2" "perl")
-makedepends=("python2" "ruby" "ruby-rake" "ruby-rdoc" "perl-io-stringy" "perl-test-simple" "ocaml-findlib" "ocaml")
+makedepends=("python2" "ruby" "ruby-rake" "ruby-rdoc" "perl-io-stringy" "perl-test-simple" "ocaml-findlib" "ocaml" "chrpath")
 optdepends=("python2: python bindings"
 	    "ruby: ruby bindings"
 	    "ocaml: ocaml bindings")
@@ -30,6 +30,7 @@
 	--disable-static PYTHON=python2
 
     make
+    chrpath -d perl/blib/arch/auto/Win/Hivex/Hivex.so
 }
 
 _perl_depends() {



More information about the arch-commits mailing list