Magellan Linux

Contents of /trunk/librsvg/patches/librsvg-2.44.10-rust-multilib.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3273 - (show annotations) (download)
Thu Dec 20 13:44:49 2018 UTC (5 years, 5 months ago) by niro
File size: 944 byte(s)
-added multilib patch
1 Makefile.am | 2 --
2 configure.ac | 4 +---
3 2 files changed, 1 insertion(+), 5 deletions(-)
4
5 diff --git c/Makefile.am i/Makefile.am
6 index 69bf4bc3..1a70f8de 100644
7 --- c/Makefile.am
8 +++ i/Makefile.am
9 @@ -128,9 +128,7 @@ else
10 CARGO_RELEASE_ARGS=--release
11 endif
12
13 -if CROSS_COMPILING
14 CARGO_TARGET_ARGS=--target=$(RUST_TARGET)
15 -endif
16
17 CARGO_VERBOSE = $(cargo_verbose_$(V))
18 cargo_verbose_ = $(cargo_verbose_$(AM_DEFAULT_VERBOSITY))
19 diff --git c/configure.ac i/configure.ac
20 index 6afdc9f7..e398c2c2 100644
21 --- c/configure.ac
22 +++ i/configure.ac
23 @@ -293,9 +293,7 @@ if test "x$RUST_TARGET" == x; then
24 fi
25
26 AM_CONDITIONAL(CROSS_COMPILING, test $cross_compiling = yes)
27 -if test "x$cross_compiling" = "xyes" ; then
28 - RUST_TARGET_SUBDIR="$RUST_TARGET/$RUST_TARGET_SUBDIR"
29 -fi
30 +RUST_TARGET_SUBDIR="$RUST_TARGET/$RUST_TARGET_SUBDIR"
31 AC_SUBST([RUST_TARGET_SUBDIR])
32
33 dnl ===========================================================================