Ticket #105: patch-rrdtool-1.2.23-AIX-pthread-specific

File patch-rrdtool-1.2.23-AIX-pthread-specific, 1.9 KB (added by human, 5 years ago)

AIX specific patch

Line 
1diff -c -r rrdtool-1.2.23-dist/bindings/perl-shared/Makefile.PL rrdtool-1.2.23/bindings/perl-shared/Makefile.PL
2*** rrdtool-1.2.23-dist/bindings/perl-shared/Makefile.PL        2007-05-02 20:06:11.000000000 +0200
3--- rrdtool-1.2.23/bindings/perl-shared/Makefile.PL     2007-07-30 09:45:15.000000000 +0200
4***************
5*** 23,29 ****
6  # library after it is installed. This install_name gets transfered
7  # to the perl shared object.
8 
9! my $librrd = "-L../../src/.libs/ $R -lrrd";
10 
11  WriteMakefile(
12      'NAME'         => 'RRDs',
13--- 23,29 ----
14  # library after it is installed. This install_name gets transfered
15  # to the perl shared object.
16 
17! my $librrd = "-L../../src/.libs/ $R -lrrd_th";
18 
19  WriteMakefile(
20      'NAME'         => 'RRDs',
21diff -c -r rrdtool-1.2.23-dist/src/Makefile.in rrdtool-1.2.23/src/Makefile.in
22*** rrdtool-1.2.23-dist/src/Makefile.in 2007-05-02 20:07:00.000000000 +0200
23--- rrdtool-1.2.23/src/Makefile.in      2007-07-30 09:54:27.000000000 +0200
24***************
25*** 107,113 ****
26  PROGRAMS = $(bin_PROGRAMS)
27  am_rrdcgi_OBJECTS = rrd_cgi.$(OBJEXT)
28  rrdcgi_OBJECTS = $(am_rrdcgi_OBJECTS)
29! rrdcgi_DEPENDENCIES = librrd.la
30  am_rrdtool_OBJECTS =
31  rrdtool_OBJECTS = $(am_rrdtool_OBJECTS)
32  am_rrdupdate_OBJECTS = rrdupdate.$(OBJEXT)
33--- 107,113 ----
34  PROGRAMS = $(bin_PROGRAMS)
35  am_rrdcgi_OBJECTS = rrd_cgi.$(OBJEXT)
36  rrdcgi_OBJECTS = $(am_rrdcgi_OBJECTS)
37! rrdcgi_DEPENDENCIES = librrd_th.la
38  am_rrdtool_OBJECTS =
39  rrdtool_OBJECTS = $(am_rrdtool_OBJECTS)
40  am_rrdupdate_OBJECTS = rrdupdate.$(OBJEXT)
41***************
42*** 395,401 ****
43  librrd_th_la_LIBADD = $(ALL_LIBS)
44  include_HEADERS = rrd.h
45  rrdcgi_SOURCES = rrd_cgi.c
46! rrdcgi_LDADD = librrd.la
47  rrdupdate_SOURCES = rrdupdate.c
48  rrdupdate_LDADD = librrdupd.la
49  rrdtool_SOURCES =
50--- 395,401 ----
51  librrd_th_la_LIBADD = $(ALL_LIBS)
52  include_HEADERS = rrd.h
53  rrdcgi_SOURCES = rrd_cgi.c
54! rrdcgi_LDADD = librrd_th.la
55  rrdupdate_SOURCES = rrdupdate.c
56  rrdupdate_LDADD = librrdupd.la
57  rrdtool_SOURCES =

NOTE: The content of this website is accessible with any browser. The graphical design though relies completely on CSS2 styles. If you see this text, this means that your browser does not support CSS2. Consider upgrading to a standard conformant browser like Mozilla Firefox or Opera but also Apple's Safari or KDE's Konqueror for example. It may also be that you are looking at a mirror page which did not copy the CSS for this page. Or if some pictu res are missing, then the mirror may not have picked up the contents of the inc directory.