]> git.pld-linux.org Git - packages/ORBit2.git/blob - ORBit2-pthread.patch
rebuild with separate debuginfo build-ids
[packages/ORBit2.git] / ORBit2-pthread.patch
1 diff -urN ORBit2-2.5.0.orig/test/Makefile.am ORBit2-2.5.0/test/Makefile.am
2 --- ORBit2-2.5.0.orig/test/Makefile.am  Sat Oct 19 10:25:57 2002
3 +++ ORBit2-2.5.0/test/Makefile.am       Sat Oct 19 10:29:03 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 $(ORBIT_LIBS)
9 +LDADD = $(top_builddir)/src/orb/libORBit-2.la $(ORBIT_LIBS) -lpthread
10  
11  test_mem_SOURCES=test-mem.c
12  
13 diff -urN ORBit2-2.5.0.orig/test/everything/Makefile.am ORBit2-2.5.0/test/everything/Makefile.am
14 --- ORBit2-2.5.0.orig/test/everything/Makefile.am       Sat Oct 19 10:25:57 2002
15 +++ ORBit2-2.5.0/test/everything/Makefile.am    Sat Oct 19 10:29:57 2002
16 @@ -28,7 +28,7 @@
17  LDADD = $(top_builddir)/src/orb/libORBit-2.la                          \
18         $(top_builddir)/src/services/imodule/libORBit-imodule-2.la      \
19         $(ORBIT_IDL_LIBS)                                               \
20 -       $(ORBIT_LIBS)
21 +       $(ORBIT_LIBS) -lpthread
22  
23  #  -lefence
24  
25 diff -urN ORBit2-2.5.0.orig/test/inhibit/Makefile.am ORBit2-2.5.0/test/inhibit/Makefile.am
26 --- ORBit2-2.5.0.orig/test/inhibit/Makefile.am  Sat Oct 19 10:25:57 2002
27 +++ ORBit2-2.5.0/test/inhibit/Makefile.am       Sat Oct 19 10:30:15 2002
28 @@ -7,7 +7,7 @@
29         $(WARN_CFLAGS)               \
30         $(ORBIT_CFLAGS)
31  
32 -LDADD = $(top_builddir)/src/orb/libORBit-2.la $(ORBIT_LIBS)
33 +LDADD = $(top_builddir)/src/orb/libORBit-2.la $(ORBIT_LIBS) -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 -urN ORBit2-2.5.0.orig/test/poa/Makefile.am ORBit2-2.5.0/test/poa/Makefile.am
38 --- ORBit2-2.5.0.orig/test/poa/Makefile.am      Sat Oct 19 10:25:57 2002
39 +++ ORBit2-2.5.0/test/poa/Makefile.am   Sat Oct 19 10:30:40 2002
40 @@ -30,7 +30,7 @@
41  
42  check_PROGRAMS = $(TESTS)
43  
44 -LDADD = $(top_builddir)/src/orb/libORBit-2.la $(ORBIT_LIBS)
45 +LDADD = $(top_builddir)/src/orb/libORBit-2.la $(ORBIT_LIBS) -lpthread
46  
47  POATEST_IDLOUT = poatest.h poatest-common.c poatest-skels.c poatest-stubs.c
48  
This page took 0.02859 seconds and 3 git commands to generate.