File collectd-lib64.patch of Package collectd (Revision 6)
Currently displaying revision 6, show latest
x
1
--- src/collectd.h.orig 2007-02-10 22:45:24.000000000 +0100
2
+++ src/collectd.h 2007-02-10 22:45:38.000000000 +0100
3
4
#endif
5
6
#ifndef PLUGINDIR
7
-#define PLUGINDIR PREFIX "/lib/" PACKAGE_NAME
8
+#define PLUGINDIR PREFIX "/lib64/" PACKAGE_NAME
9
#endif
10
11
#define MODE_SERVER 0x01
12