wok-current diff ypserv/stuff/confpost.patch @ rev 16045

go: update receipt
author Dominique Corbex <domcox@slitaz.org>
date Sun Mar 09 17:42:33 2014 +0100 (2014-03-09)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/ypserv/stuff/confpost.patch	Sun Mar 09 17:42:33 2014 +0100
     1.3 @@ -0,0 +1,14 @@
     1.4 +diff -up ypserv-2.27/conf_post.h.qdbm ypserv-2.27/conf_post.h
     1.5 +--- ypserv-2.27/conf_post.h.qdbm	2012-02-01 14:18:01.780846425 +0100
     1.6 ++++ ypserv-2.27/conf_post.h	2012-02-01 14:18:01.780846425 +0100
     1.7 +@@ -0,0 +1,10 @@
     1.8 ++/* Define common preprocessor symbol for HAVE_LIBGDBM and HAVE_LIBQDBM, since
     1.9 ++ * libraries gdbm and qdbm have same symbol names. */
    1.10 ++#undef HAVE_COMPAT_LIBGDBM
    1.11 ++#ifdef HAVE_LIBGDBM
    1.12 ++#define HAVE_COMPAT_LIBGDBM
    1.13 ++#endif
    1.14 ++#ifdef HAVE_LIBQDBM
    1.15 ++#define HAVE_COMPAT_LIBGDBM
    1.16 ++#endif
    1.17 ++