]> git.pld-linux.org Git - packages/libguestfs.git/blob - x32.patch
simplify jdk BR
[packages/libguestfs.git] / x32.patch
1 --- libguestfs-1.46.0/rust/Makefile.am~ 2020-03-06 20:31:08.000000000 +0100
2 +++ libguestfs-1.46.0/rust/Makefile.am  2022-02-28 09:04:00.888944491 +0100
3 @@ -33,7 +33,7 @@
4  if HAVE_RUST
5  
6  all: $(srcdir)/src/lib.rs
7 -       $(top_builddir)/run $(CARGO) build --release
8 +       PKG_CONFIG_ALLOW_CROSS=1 $(top_builddir)/run $(CARGO) build --release --target x86_64-unknown-linux-gnux32
9  
10  distclean-local:
11         -$(top_builddir)/run $(CARGO) clean
This page took 0.189649 seconds and 3 git commands to generate.