/[packages]/cauldron/ypserv/pristine/SOURCES/ypserv-2.27-confpost.patch
ViewVC logotype

Contents of /cauldron/ypserv/pristine/SOURCES/ypserv-2.27-confpost.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1649366 - (show annotations) (download)
Wed Nov 25 21:58:07 2020 UTC (4 years, 2 months ago) by tv
Original Path: cauldron/ypserv/current/SOURCES/ypserv-2.27-confpost.patch
File size: 499 byte(s)
4.1 which builds with tirpc/glibc-2.32
1 diff -up ./conf_post.h.confpost ./conf_post.h
2 --- ./conf_post.h.confpost 2012-04-17 15:47:28.000000000 +0200
3 +++ ./conf_post.h 2013-05-06 18:34:54.274640856 +0200
4 @@ -8,3 +8,13 @@
5 #define HAVE_COMPAT_LIBGDBM
6 #endif
7
8 +/* Define common preprocessor symbol for HAVE_LIBGDBM and HAVE_LIBQDBM, since
9 + * libraries gdbm and qdbm have same symbol names. */
10 +#undef HAVE_COMPAT_LIBGDBM
11 +#ifdef HAVE_LIBGDBM
12 +#define HAVE_COMPAT_LIBGDBM
13 +#endif
14 +#ifdef HAVE_LIBQDBM
15 +#define HAVE_COMPAT_LIBGDBM
16 +#endif
17 +

  ViewVC Help
Powered by ViewVC 1.1.30