]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/mpfr/dll.patch
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / mpfr / dll.patch
1 diff --git a/configure.ac b/configure.ac
2 index fdee5978d..0791b2528 100644
3 --- a/configure.ac
4 +++ b/configure.ac
5 @@ -593,7 +593,7 @@ case $host in
6 AC_MSG_CHECKING(for DLL/static GMP)
7 if test "$enable_shared" = yes; then
8 MPFR_LDFLAGS="$MPFR_LDFLAGS -no-undefined"
9 - LIBMPFR_LDFLAGS="$LIBMPFR_LDFLAGS -Wl,--output-def,.libs/libmpfr-6.dll.def"
10 + LIBMPFR_LDFLAGS="$LIBMPFR_LDFLAGS -W1,--no-undefined"
11 AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[
12 #include "gmp.h"
13 #if !__GMP_LIBGMP_DLL