]> git.pld-linux.org Git - packages/ORBit2.git/blob - ORBit2-pthread.patch
- added
[packages/ORBit2.git] / ORBit2-pthread.patch
1 diff -Nru ORBit2-2.4.3.orig/test/Makefile.am ORBit2-2.4.3/test/Makefile.am
2 --- ORBit2-2.4.3.orig/test/Makefile.am  Fri Jun 21 15:59:38 2002
3 +++ ORBit2-2.4.3/test/Makefile.am       Thu Oct 10 11:10:33 2002
4 @@ -18,7 +18,7 @@
5  
6  TESTS = test-dynany test-mem test-performance test-giop
7  
8 -LDADD = $(top_builddir)/src/orb/libORBit-2.la
9 +LDADD = $(top_builddir)/src/orb/libORBit-2.la -lpthread
10  
11  test_mem_SOURCES=test-mem.c
12  
13 diff -Nru ORBit2-2.4.3.orig/test/everything/Makefile.am ORBit2-2.4.3/test/everything/Makefile.am
14 --- ORBit2-2.4.3.orig/test/everything/Makefile.am       Thu Jun 13 14:49:55 2002
15 +++ ORBit2-2.4.3/test/everything/Makefile.am    Thu Oct 10 11:10:52 2002
16 @@ -24,7 +24,7 @@
17  #      -DORBIT_STUB_DEBUG_LOCAL
18  
19  LDADD = $(top_builddir)/src/orb/libORBit-2.la          \
20 -       $(ORBIT_LIBS)
21 +       $(ORBIT_LIBS) -lpthread
22  
23  #  -lefence
24  
25 diff -Nru ORBit2-2.4.3.orig/test/inhibit/Makefile.am ORBit2-2.4.3/test/inhibit/Makefile.am
26 --- ORBit2-2.4.3.orig/test/inhibit/Makefile.am  Mon Aug  5 13:30:26 2002
27 +++ ORBit2-2.4.3/test/inhibit/Makefile.am       Thu Oct 10 10:53:00 2002
28 @@ -7,7 +7,7 @@
29         $(WARN_CFLAGS)               \
30         $(ORBIT_CFLAGS)
31  
32 -LDADD = $(top_builddir)/src/orb/libORBit-2.la
33 +LDADD = $(top_builddir)/src/orb/libORBit-2.la -lpthread
34  
35  FOO_IDLOUT=foo.h foo-stubs.c foo-skels.c foo-common.c
36  BAA_IDLOUT=baa.h baa-stubs.c baa-skels.c baa-common.c
37 diff -Nru ORBit2-2.4.3.orig/test/poa/Makefile.am ORBit2-2.4.3/test/poa/Makefile.am
38 --- ORBit2-2.4.3.orig/test/poa/Makefile.am      Sun Nov 18 22:28:32 2001
39 +++ ORBit2-2.4.3/test/poa/Makefile.am   Thu Oct 10 11:10:43 2002
40 @@ -30,7 +30,7 @@
41  
42  check_PROGRAMS = $(TESTS)
43  
44 -LDADD = $(top_builddir)/src/orb/libORBit-2.la
45 +LDADD = $(top_builddir)/src/orb/libORBit-2.la -lpthread
46  
47  POATEST_IDLOUT = poatest.h poatest-common.c poatest-skels.c poatest-stubs.c
48  
This page took 0.029482 seconds and 3 git commands to generate.