]> git.pld-linux.org Git - packages/ORBit2.git/blame - ORBit2-pthread.patch
- more verbose files
[packages/ORBit2.git] / ORBit2-pthread.patch
CommitLineData
5b264f0a 1diff -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
21dacf09 4@@ -18,7 +18,7 @@
5
6 TESTS = test-dynany test-mem test-performance test-giop
7
5b264f0a 8-LDADD = $(top_builddir)/src/orb/libORBit-2.la $(ORBIT_LIBS)
9+LDADD = $(top_builddir)/src/orb/libORBit-2.la $(ORBIT_LIBS) -lpthread
21dacf09 10
11 test_mem_SOURCES=test-mem.c
12
5b264f0a 13diff -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) \
21dacf09 20- $(ORBIT_LIBS)
21+ $(ORBIT_LIBS) -lpthread
22
23 # -lefence
24
5b264f0a 25diff -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
21dacf09 28@@ -7,7 +7,7 @@
29 $(WARN_CFLAGS) \
30 $(ORBIT_CFLAGS)
31
5b264f0a 32-LDADD = $(top_builddir)/src/orb/libORBit-2.la $(ORBIT_LIBS)
33+LDADD = $(top_builddir)/src/orb/libORBit-2.la $(ORBIT_LIBS) -lpthread
21dacf09 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
5b264f0a 37diff -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
21dacf09 40@@ -30,7 +30,7 @@
41
42 check_PROGRAMS = $(TESTS)
43
5b264f0a 44-LDADD = $(top_builddir)/src/orb/libORBit-2.la $(ORBIT_LIBS)
45+LDADD = $(top_builddir)/src/orb/libORBit-2.la $(ORBIT_LIBS) -lpthread
21dacf09 46
47 POATEST_IDLOUT = poatest.h poatest-common.c poatest-skels.c poatest-stubs.c
48
This page took 0.02915 seconds and 4 git commands to generate.