diff options
author | Carlo Landmeter <clandmeter@gmail.com> | 2011-02-14 09:40:24 +0000 |
---|---|---|
committer | Carlo Landmeter <clandmeter@gmail.com> | 2011-02-14 09:41:38 +0000 |
commit | 57b2d07c06af589eeeff448b4e20b08c9112c7b7 (patch) | |
tree | d2d98578abc886b15ef632279c0cbee13342118b /main/open-vm-tools/iconv-uclibc.patch | |
parent | 9ab6240126746715f08ffbeb7472cf9f00673fdf (diff) | |
download | aports-57b2d07c06af589eeeff448b4e20b08c9112c7b7.tar.bz2 aports-57b2d07c06af589eeeff448b4e20b08c9112c7b7.tar.xz |
main/open-vm-tools: move from testing to main including grsec modules
Diffstat (limited to 'main/open-vm-tools/iconv-uclibc.patch')
-rw-r--r-- | main/open-vm-tools/iconv-uclibc.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/main/open-vm-tools/iconv-uclibc.patch b/main/open-vm-tools/iconv-uclibc.patch new file mode 100644 index 0000000000..2588125fb8 --- /dev/null +++ b/main/open-vm-tools/iconv-uclibc.patch @@ -0,0 +1,13 @@ +--- ./configure.ac ++++ ./configure.ac +@@ -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" ++ + LIB_AUTH_CPPFLAGS="$LIB_AUTH_CPPFLAGS $PAM_CPPFLAGS" + if test "$HAVE_CRYPT" = "yes"; then + LIBVMTOOLS_LIBADD="$LIBVMTOOLS_LIBADD -lcrypt" + |