]> git.pld-linux.org Git - packages/dcmtk.git/blob - dcmtk-link.patch
- x32 rebuild
[packages/dcmtk.git] / dcmtk-link.patch
1 --- dcmtk-3.6.0/ofstd/libsrc/CMakeLists.txt.orig        2009-12-21 16:06:18.000000000 +0100
2 +++ dcmtk-3.6.0/ofstd/libsrc/CMakeLists.txt     2012-02-23 17:17:52.666637685 +0100
3 @@ -1,5 +1,7 @@
4  # create library from source files
5  ADD_LIBRARY(ofstd ofcmdln ofconapp ofcond ofconfig ofconsol ofcrc32 ofdate ofdatime offname oflist ofstd ofstring ofthread oftime)
6  
7 +TARGET_LINK_LIBRARIES(ofstd pthread)
8 +
9  # declare installation files
10  INSTALL_TARGETS(${INSTALL_LIBDIR} ofstd)
11 --- dcmtk-3.6.0/oflog/libsrc/CMakeLists.txt.orig        2010-12-08 14:19:02.000000000 +0100
12 +++ dcmtk-3.6.0/oflog/libsrc/CMakeLists.txt     2012-02-23 17:17:26.399970139 +0100
13 @@ -8,5 +8,7 @@
14  
15  ADD_LIBRARY(oflog oflog apndimpl appender config consap factory fileap filter globinit hierarchy hierlock layout logger logimpl logevent loglevel loglog lloguser ndc ntelogap nullap objreg patlay pointer property rootlog sleep socketap sockbuff socket strhelp syncprims syslogap threads timehelp ${OFLOG_PLATFORM_LIBRARIES})
16  
17 +TARGET_LINK_LIBRARIES(oflog ofstd pthread)
18 +
19  # declare installation files
20  INSTALL_TARGETS(${INSTALL_LIBDIR} oflog)
21 --- dcmtk-3.6.0/dcmdata/libsrc/CMakeLists.txt.orig      2010-08-27 17:26:01.000000000 +0200
22 +++ dcmtk-3.6.0/dcmdata/libsrc/CMakeLists.txt   2012-02-23 21:00:35.580418457 +0100
23 @@ -1,5 +1,7 @@
24  # create library from source files
25  ADD_LIBRARY(dcmdata cmdlnarg dcbytstr dcchrstr dccodec dcdatset dcddirif dcdicdir dcdicent dcdict dcdictzz dcdirrec dcelem dcerror dcfilefo dchashdi dcistrma dcistrmb dcistrmf dcistrmz dcitem dclist dcmetinf dcobject dcostrma dcostrmb dcostrmf dcostrmz dcpcache dcpixel dcpixseq dcpxitem dcrleccd dcrlecce dcrlecp dcrledrg dcrleerg dcrlerp dcsequen dcstack dcswap dctag dctagkey dctypes dcuid dcwcache dcvm dcvr dcvrae dcvras dcvrat dcvrcs dcvrda dcvrds dcvrdt dcvrfd dcvrfl dcvris dcvrlo dcvrlt dcvrobow dcvrof dcvrpn dcvrpobw dcvrsh dcvrsl dcvrss dcvrst dcvrtm dcvrui dcvrul dcvrulup dcvrus dcvrut dcxfer dcpath vrscan vrscanl)
26  
27 +TARGET_LINK_LIBRARIES(dcmdata oflog ofstd z)
28 +
29  # declare installation files
30  INSTALL_TARGETS(${INSTALL_LIBDIR} dcmdata)
31 --- dcmtk-3.6.0/dcmdata/libi2d/CMakeLists.txt.orig      2009-07-16 16:25:38.000000000 +0200
32 +++ dcmtk-3.6.0/dcmdata/libi2d/CMakeLists.txt   2012-02-24 17:16:09.796193895 +0100
33 @@ -1,5 +1,7 @@
34  # create library from source files
35  ADD_LIBRARY(libi2d i2d i2dplvlp i2djpgs i2dbmps i2dplsc i2dplnsc)
36  
37 +TARGET_LINK_LIBRARIES(libi2d dcmdata)
38 +
39  # declare installation files
40  INSTALL_TARGETS(${INSTALL_LIBDIR} libi2d)
41 --- dcmtk-3.6.0/dcmsign/libsrc/CMakeLists.txt.orig      2005-09-15 10:21:03.000000000 +0200
42 +++ dcmtk-3.6.0/dcmsign/libsrc/CMakeLists.txt   2012-02-23 19:33:12.730242908 +0100
43 @@ -1,5 +1,7 @@
44  # create library from source files
45  ADD_LIBRARY(dcmdsig dcsignat siautopr sibrsapr sicert sicertvf sicreapr sidsa simaccon simd5 sinullpr siprivat siripemd sirsa sisha1 sisprof sitypes)
46  
47 +TARGET_LINK_LIBRARIES(dcmdsig dcmdata ofstd crypto)
48 +
49  # declare installation files
50  INSTALL_TARGETS(${INSTALL_LIBDIR} dcmdsig)
51 --- dcmtk-3.6.0/dcmimgle/libsrc/CMakeLists.txt.orig     2005-09-15 10:10:03.000000000 +0200
52 +++ dcmtk-3.6.0/dcmimgle/libsrc/CMakeLists.txt  2012-02-23 21:04:48.253760251 +0100
53 @@ -1,5 +1,7 @@
54  # create library from source files
55  ADD_LIBRARY(dcmimgle dcmimage dibaslut diciefn dicielut didislut didispfn didocu digsdfn digsdlut diimage diinpx diluptab dimo1img dimo2img dimoimg dimoimg3 dimoimg4 dimoimg5 dimomod dimoopx dimopx diovdat diovlay diovlimg diovpln diutils)
56  
57 +TARGET_LINK_LIBRARIES(dcmimgle dcmdata oflog ofstd)
58 +
59  # declare installation files
60  INSTALL_TARGETS(${INSTALL_LIBDIR} dcmimgle)
61 --- dcmtk-3.6.0/dcmimage/libsrc/CMakeLists.txt.orig     2009-11-25 15:40:25.000000000 +0100
62 +++ dcmtk-3.6.0/dcmimage/libsrc/CMakeLists.txt  2012-02-23 21:05:54.503762469 +0100
63 @@ -1,5 +1,7 @@
64  # create library from source files
65  ADD_LIBRARY(dcmimage diargimg dicmyimg dicoimg dicoopx dicopx dihsvimg dilogger dipalimg dipipng dipitiff diqtctab diqtfs diqthash diqthitl diqtpbox diquant diregist dirgbimg diybrimg diyf2img diyp2img)
66  
67 +TARGET_LINK_LIBRARIES(dcmimage dcmimgle oflog ofstd tiff png)
68 +
69  # declare installation files
70  INSTALL_TARGETS(${INSTALL_LIBDIR} dcmimage)
71 --- dcmtk-3.6.0/dcmnet/libsrc/CMakeLists.txt.orig       2009-12-16 18:02:57.000000000 +0100
72 +++ dcmtk-3.6.0/dcmnet/libsrc/CMakeLists.txt    2012-02-23 21:08:10.720433697 +0100
73 @@ -1,5 +1,7 @@
74  # create library from source files
75  ADD_LIBRARY(dcmnet assoc cond dcasccff dcasccfg dccfenmp dccfpcmp dccfprmp dccfrsmp dccftsmp dccfuidh dcmlayer dcmtrans dcompat dimcancl dimcmd dimdump dimecho dimfind dimget dimmove dimse dimstore diutil dul dulconst dulextra dulfsm dulparse dulpres extneg lst dfindscu dcuserid scu scp)
76  
77 +TARGET_LINK_LIBRARIES(dcmnet dcmdata oflog ofstd)
78 +
79  # declare installation files
80  INSTALL_TARGETS(${INSTALL_LIBDIR} dcmnet)
81 --- dcmtk-3.6.0/dcmjpeg/libsrc/CMakeLists.txt.orig      2009-10-07 14:44:33.000000000 +0200
82 +++ dcmtk-3.6.0/dcmjpeg/libsrc/CMakeLists.txt   2012-02-24 15:13:17.155947032 +0100
83 @@ -4,5 +4,7 @@
84  # create library from source files
85  ADD_LIBRARY(dcmjpeg ddpiimpl dipijpeg djcodecd djcodece djcparam djdecbas djdecext djdeclol djdecode djdecpro djdecsps djdecsv1 djdijg12 djdijg8 djdijg16 djeijg12 djeijg8 djeijg16 djencbas djencext djenclol djencode djencpro djencsps djencsv1 djrplol djrploss djutils)
86  
87 +TARGET_LINK_LIBRARIES(dcmjpeg dcmimgle ijg8 ijg12 ijg16)
88 +
89  # declare installation files
90  INSTALL_TARGETS(${INSTALL_LIBDIR} dcmjpeg)
91 --- dcmtk-3.6.0/dcmjpls/libsrc/CMakeLists.txt.orig      2012-02-23 21:11:28.480440318 +0100
92 +++ dcmtk-3.6.0/dcmjpls/libsrc/CMakeLists.txt   2012-02-24 15:14:53.392616922 +0100
93 @@ -4,5 +4,7 @@
94  # create library from source files
95  ADD_LIBRARY(dcmjpls djcparam djdecode djencode djrparam djcodecd djutils djcodece)
96  
97 +TARGET_LINK_LIBRARIES(dcmjpls dcmimgle CharLS)
98 +
99  # declare installation files
100  INSTALL_TARGETS(${INSTALL_LIBDIR} dcmjpls)
101 --- dcmtk-3.6.0/dcmqrdb/libsrc/CMakeLists.txt.orig      2005-12-16 13:44:35.000000000 +0100
102 +++ dcmtk-3.6.0/dcmqrdb/libsrc/CMakeLists.txt   2012-02-24 17:48:45.209592704 +0100
103 @@ -1,5 +1,7 @@
104  # create library from source files
105  ADD_LIBRARY(dcmqrdb dcmqrcbf dcmqrcbg dcmqrcbm dcmqrcbs dcmqrcnf dcmqrdbi dcmqrdbs dcmqropt dcmqrptb dcmqrsrv dcmqrtis)
106  
107 +TARGET_LINK_LIBRARIES(dcmqrdb dcmnet)
108 +
109  # declare installation files
110  INSTALL_TARGETS(${INSTALL_LIBDIR} dcmqrdb)
111 --- dcmtk-3.6.0/dcmsr/libsrc/CMakeLists.txt.orig        2010-11-05 12:06:57.000000000 +0100
112 +++ dcmtk-3.6.0/dcmsr/libsrc/CMakeLists.txt     2012-02-24 17:13:02.179520948 +0100
113 @@ -1,5 +1,7 @@
114  # create library from source files
115  ADD_LIBRARY(dcmsr dsrcitem dsrcodtn dsrcodvl dsrcomtn dsrcomvl dsrcontn dsrcsidl dsrdattn dsrdoc dsrdoctn dsrdoctr dsrdtitn dsrimgfr dsrimgtn dsrimgvl dsrnumtn dsrnumvl dsrpnmtn dsrreftn dsrscogr dsrsc3gr dsrscotn dsrsc3tn dsrscovl dsrsc3vl dsrsoprf dsrstrvl dsrtcodt dsrtcosp dsrtcotn dsrtcoto dsrtcovl dsrtextn dsrtimtn dsrtncsr dsrtree dsrtypes dsruidtn dsrwavch dsrwavtn dsrwavvl dsrxmlc dsrxmld dsriodcc dsrbascc dsrenhcc dsrcomcc dsrkeycc dsrmamcc dsrchecc dsrcolcc dsrprocc dsrxrdcc dsrspecc dsrmaccc dsrimpcc)
116  
117 +TARGET_LINK_LIBRARIES(dcmsr dcmdata xml2)
118 +
119  # declare installation files
120  INSTALL_TARGETS(${INSTALL_LIBDIR} dcmsr)
121 --- dcmtk-3.6.0/dcmtls/libsrc/CMakeLists.txt.orig       2010-04-29 18:18:39.000000000 +0200
122 +++ dcmtk-3.6.0/dcmtls/libsrc/CMakeLists.txt    2012-02-24 15:17:42.772622593 +0100
123 @@ -1,5 +1,7 @@
124  # create library from source files
125  ADD_LIBRARY(dcmtls tlslayer tlstrans tlsscu)
126  
127 +TARGET_LINK_LIBRARIES(dcmtls dcmnet oflog ofstd ssl crypto)
128 +
129  # declare installation files
130  INSTALL_TARGETS(${INSTALL_LIBDIR} dcmtls)
131 --- dcmtk-3.6.0/dcmwlm/libsrc/CMakeLists.txt.orig       2005-09-15 10:25:33.000000000 +0200
132 +++ dcmtk-3.6.0/dcmwlm/libsrc/CMakeLists.txt    2012-02-24 17:44:46.996251395 +0100
133 @@ -1,5 +1,7 @@
134  # create library from source files
135  ADD_LIBRARY(dcmwlm wlds wldsfs wlfsim wlmactmg)
136  
137 +TARGET_LINK_LIBRARIES(dcmwlm dcmnet)
138 +
139  # declare installation files
140  INSTALL_TARGETS(${INSTALL_LIBDIR} dcmwlm)
141 --- dcmtk-3.6.0/dcmpstat/libsrc/CMakeLists.txt.orig     2005-09-15 10:17:54.000000000 +0200
142 +++ dcmtk-3.6.0/dcmpstat/libsrc/CMakeLists.txt  2012-02-24 18:50:07.069715986 +0100
143 @@ -1,5 +1,7 @@
144  # create library from source files
145  ADD_LIBRARY(dcmpstat dcmpstat dviface dvpsab dvpsabl dvpsal dvpsall dvpscf dvpscu dvpscul dvpsda dvpsdal dvpsfs dvpsga dvpsgal dvpsgl dvpsgll dvpsgr dvpsgrl dvpshlp dvpsib dvpsibl dvpsmsg dvpsov dvpsovl dvpspl dvpspl2 dvpspll dvpspr dvpsprt dvpsri dvpsril dvpsrs dvpsrsl dvpssp dvpsspl dvpssv dvpssvl dvpstat dvpstx dvpstxl dvpsvl dvpsvll dvpsvw dvpsvwl dvsighdl)
146  
147 +TARGET_LINK_LIBRARIES(dcmpstat dcmdsig dcmimgle dcmqrdb dcmsr dcmtls)
148 +
149  # declare installation files
150  INSTALL_TARGETS(${INSTALL_LIBDIR} dcmpstat)
This page took 0.062593 seconds and 3 git commands to generate.