aboutsummaryrefslogtreecommitdiffstats
path: root/testing/open-vm-tools/iconv-uclibc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/open-vm-tools/iconv-uclibc.patch')
-rw-r--r--testing/open-vm-tools/iconv-uclibc.patch13
1 files changed, 7 insertions, 6 deletions
diff --git a/testing/open-vm-tools/iconv-uclibc.patch b/testing/open-vm-tools/iconv-uclibc.patch
index 6b256db880..2588125fb8 100644
--- a/testing/open-vm-tools/iconv-uclibc.patch
+++ b/testing/open-vm-tools/iconv-uclibc.patch
@@ -1,12 +1,13 @@
---- ./configure.ac.orig
+--- ./configure.ac
+++ ./configure.ac
-@@ -1059,6 +1059,9 @@
+@@ -1085,6 +1085,9 @@
AC_DEFINE([NO_MULTIMON], 1, [Define to 1 if building without multimon support.])
fi
-
+
+AM_ICONV
+LIBVMTOOLS_LIBADD="$LIBVMTOOLS_LIBADD $LIBICONV"
+
- if test "$os$userSpaceBitness" = "linux64" || test "$HAVE_SYS_SETUID" = "yes"; then
- LIB_MISC_CPPFLAGS="$LIB_MISC_CPPFLAGS -DGLIBC_VERSION_21"
- fi
+ LIB_AUTH_CPPFLAGS="$LIB_AUTH_CPPFLAGS $PAM_CPPFLAGS"
+ if test "$HAVE_CRYPT" = "yes"; then
+ LIBVMTOOLS_LIBADD="$LIBVMTOOLS_LIBADD -lcrypt"
+