/[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 2057413 - (show annotations) (download)
Sun Apr 14 16:28:35 2024 UTC (9 months ago) by schedbot
File size: 499 byte(s)
Copying release 4.2-4.mga10 to pristine/ directory.
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