commit: bff239ae984911e35968caacd8a5634bb425e1a0 Author: Mike Frysinger <vapier <AT> gentoo <DOT> org> AuthorDate: Tue Jul 29 03:05:27 2014 +0000 Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org> CommitDate: Tue Jul 29 03:05:27 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/crossdev.git;a=commit;h=bff239ae
site: drop duplicated socket logic The core linux-gnu site had its abstract sockets set to yes, but the mips one was specifically setting it to no. Drop the mips code. URL: http://crbug.com/394181 Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org> --- wrappers/site/mipsel-linux-gnu | 4 ---- 1 file changed, 4 deletions(-) diff --git a/wrappers/site/mipsel-linux-gnu b/wrappers/site/mipsel-linux-gnu index 3053dd6..d8b829f 100644 --- a/wrappers/site/mipsel-linux-gnu +++ b/wrappers/site/mipsel-linux-gnu @@ -150,9 +150,6 @@ ac_cv_func_vsnprintf_c99=${ac_cv_func_vsnprintf_c99=yes} glib_cv_compliant_posix_memalign=${glib_cv_compliant_posix_memalign=1} glib_cv_long_long_format=${glib_cv_long_long_format=ll} -#dbus-glib -ac_cv_have_abstract_sockets=${ac_cv_have_abstract_sockets=yes} - # gnucash am_cv_scanf_lld=${am_cv_scanf_lld=yes} @@ -209,7 +206,6 @@ ac_cv_func_realloc_0_nonnull=yes ac_cv_func_setgrent_void=yes ac_cv_func_setpgrp_void=yes ac_cv_func_strnlen_working=yes -ac_cv_have_abstract_sockets=no ac_cv_header_pwd_h=yes ac_cv_printf_zd_format=yes enable_malloc0returnsnull=yes