libsoup3: update to 3.6.0; fix GTK2/3 app startup
[oi-userland.git] / components / openindiana / illumos-gcc / patches / 04-static.patch
blobc13152748fcf837b4cbbe084bfd1073f5b0491a7
1 --- illumos-gcc-0f5ed4c/configure.orig
2 +++ illumos-gcc-0f5ed4c/configure
3 @@ -4542,7 +4542,7 @@
4 gmplibs="-L$with_mpfr_lib $gmplibs"
5 fi
6 if test "x$with_mpfr$with_mpfr_include$with_mpfr_lib" = x && test -d ${srcdir}/mpfr; then
7 - gmplibs='-L$$r/$(HOST_SUBDIR)/mpfr/.libs -L$$r/$(HOST_SUBDIR)/mpfr/_libs '"$gmplibs"
8 + gmplibs='$$r/$(HOST_SUBDIR)/mpfr/src/.libs/libmpfr.a '
9 gmpinc='-I$$r/$(HOST_SUBDIR)/mpfr/src -I$$s/mpfr/src '"$gmpinc"
10 # Do not test the mpfr version. Assume that it is sufficient, since
11 # it is in the source tree, and the library has not been built yet
12 @@ -4594,7 +4594,7 @@
13 gmplibs="-L$with_gmp_lib $gmplibs"
15 if test "x$with_gmp$with_gmp_include$with_gmp_lib" = x && test -d ${srcdir}/gmp; then
16 - gmplibs='-L$$r/$(HOST_SUBDIR)/gmp/.libs -L$$r/$(HOST_SUBDIR)/gmp/_libs '"$gmplibs"
17 + gmplibs="$gmplibs"'$$r/$(HOST_SUBDIR)/gmp/.libs/libgmp.a '
18 gmpinc='-I$$r/$(HOST_SUBDIR)/gmp -I$$s/gmp '"$gmpinc"
19 extra_mpfr_configure_flags='--with-gmp-build=$$r/$(HOST_SUBDIR)/gmp'
20 # Do not test the gmp version. Assume that it is sufficient, since