summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b4af8b9)
raw | patch | inline | side by side (parent: b4af8b9)
author | Sebastian Harl <sh@tokkee.org> | |
Fri, 22 Dec 2006 00:31:31 +0000 (00:31 +0000) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Fri, 22 Dec 2006 00:31:31 +0000 (00:31 +0000) |
This is required on some architectures (e.g. amd64) and does not hurt on other
architectures.
architectures.
debian/README.Debian | patch | blob | history |
diff --git a/debian/README.Debian b/debian/README.Debian
index b0b701b46a85dfcad58e6421f8241d40517db35a..121b9188dd096f87d2534d98527f50df16b89446 100644 (file)
--- a/debian/README.Debian
+++ b/debian/README.Debian
The resulting file can be compiled as follows:
- gcc -shared -o myplugin.so myplugin.c
+ gcc -shared -fPIC -o myplugin.so myplugin.c
Copy myplugin.so to /usr/lib/collectd and add the following line to your
collectd config file: