rrdtool/rrdtool.patch

changeset 170
88a7941704d2
parent 166
5802a00cd337
child 173
51607f58727f
equal deleted inserted replaced
0:db85effe6078 1:b82576ff55b3
121 - $librrd = '-lrrd'; 121 - $librrd = '-lrrd';
122 -} 122 -}
123 -else { 123 -else {
124 - $librrd = "-L../../src/.libs/ $R -lrrd"; 124 - $librrd = "-L../../src/.libs/ $R -lrrd";
125 -} 125 -}
126 +my $librrd = "-L../../src/.libs/ -lrrd -L$Config{prefix}/lib -lfreetype -lpng -lz -lart_lgpl"; 126 +my $librrd = "-L../../src/.libs/ -lrrd -L$Config{prefix}/lib -lxml2 -liconv -lfreetype -lpng -lz -lart_lgpl";
127 127
128 WriteMakefile( 128 WriteMakefile(
129 'NAME' => 'RRDs', 129 'NAME' => 'RRDs',
130 Index: bindings/python/setup.py 130 Index: bindings/python/setup.py
131 --- bindings/python/setup.py.orig 2008-03-15 11:39:48 +0100 131 --- bindings/python/setup.py.orig 2008-03-15 11:39:48 +0100

mercurial