Code

README.Debian: Use "-fPIC" when compiling myplugin.c.
authorSebastian Harl <sh@tokkee.org>
Fri, 22 Dec 2006 00:31:31 +0000 (00:31 +0000)
committerSebastian 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.

debian/README.Debian

index b0b701b46a85dfcad58e6421f8241d40517db35a..121b9188dd096f87d2534d98527f50df16b89446 100644 (file)
@@ -30,7 +30,7 @@ Building your own plugins:
   
   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: