]> arthur.barton.de Git - netatalk.git/blobdiff - doc/manual/install.xml
Update cmdline usage for tracker tools
[netatalk.git] / doc / manual / install.xml
index 2b3de4bdeb27969d6426f8fa1e41462fa935c004..cf4a7211e2d250371fee954327266b81e31e46ca 100644 (file)
@@ -342,10 +342,10 @@ tracker-miner-0.16    tracker-miner - A library to develop tracker data miners</
         <screen><prompt>$ </prompt><userinput>./configure --with-tracker-pkgconfig-version=0.16 ...</userinput></screen>
 
         <para>If you're using Solaris and Tracker from OpenCSW, then you need
-        to set the PKG_CONFIG_PATH environment variable and add the
-        --with-tracker-prefix configure option</para>
+        to set the PKG_CONFIG_PATH environment variable, add the
+        --with-tracker-prefix configure option and add LDFLAGS="-R/opt/csw/lib"</para>
 
-        <screen>PKG_CONFIG_PATH=/opt/csw/lib/pkgconfig ./configure --with-tracker-prefix=/opt/csw --with-tracker-pkgconfig-version=0.16 ...</screen>
+        <screen>PKG_CONFIG_PATH=/opt/csw/lib/pkgconfig LDFLAGS="-R/opt/csw/lib" ./configure --with-tracker-prefix=/opt/csw --with-tracker-pkgconfig-version=0.16 ...</screen>
 
         <para>Check the configure output whether the Tracker libs were
         found:</para>