From 21dacf09d6c588e2977b775a333bb8e2e105e81a Mon Sep 17 00:00:00 2001 From: trojan Date: Thu, 10 Oct 2002 10:28:54 +0000 Subject: [PATCH] - added Changed files: ORBit2-pthread.patch -> 1.1 --- ORBit2-pthread.patch | 48 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 ORBit2-pthread.patch diff --git a/ORBit2-pthread.patch b/ORBit2-pthread.patch new file mode 100644 index 0000000..350581d --- /dev/null +++ b/ORBit2-pthread.patch @@ -0,0 +1,48 @@ +diff -Nru ORBit2-2.4.3.orig/test/Makefile.am ORBit2-2.4.3/test/Makefile.am +--- ORBit2-2.4.3.orig/test/Makefile.am Fri Jun 21 15:59:38 2002 ++++ ORBit2-2.4.3/test/Makefile.am Thu Oct 10 11:10:33 2002 +@@ -18,7 +18,7 @@ + + TESTS = test-dynany test-mem test-performance test-giop + +-LDADD = $(top_builddir)/src/orb/libORBit-2.la ++LDADD = $(top_builddir)/src/orb/libORBit-2.la -lpthread + + test_mem_SOURCES=test-mem.c + +diff -Nru ORBit2-2.4.3.orig/test/everything/Makefile.am ORBit2-2.4.3/test/everything/Makefile.am +--- ORBit2-2.4.3.orig/test/everything/Makefile.am Thu Jun 13 14:49:55 2002 ++++ ORBit2-2.4.3/test/everything/Makefile.am Thu Oct 10 11:10:52 2002 +@@ -24,7 +24,7 @@ + # -DORBIT_STUB_DEBUG_LOCAL + + LDADD = $(top_builddir)/src/orb/libORBit-2.la \ +- $(ORBIT_LIBS) ++ $(ORBIT_LIBS) -lpthread + + # -lefence + +diff -Nru ORBit2-2.4.3.orig/test/inhibit/Makefile.am ORBit2-2.4.3/test/inhibit/Makefile.am +--- ORBit2-2.4.3.orig/test/inhibit/Makefile.am Mon Aug 5 13:30:26 2002 ++++ ORBit2-2.4.3/test/inhibit/Makefile.am Thu Oct 10 10:53:00 2002 +@@ -7,7 +7,7 @@ + $(WARN_CFLAGS) \ + $(ORBIT_CFLAGS) + +-LDADD = $(top_builddir)/src/orb/libORBit-2.la ++LDADD = $(top_builddir)/src/orb/libORBit-2.la -lpthread + + FOO_IDLOUT=foo.h foo-stubs.c foo-skels.c foo-common.c + BAA_IDLOUT=baa.h baa-stubs.c baa-skels.c baa-common.c +diff -Nru ORBit2-2.4.3.orig/test/poa/Makefile.am ORBit2-2.4.3/test/poa/Makefile.am +--- ORBit2-2.4.3.orig/test/poa/Makefile.am Sun Nov 18 22:28:32 2001 ++++ ORBit2-2.4.3/test/poa/Makefile.am Thu Oct 10 11:10:43 2002 +@@ -30,7 +30,7 @@ + + check_PROGRAMS = $(TESTS) + +-LDADD = $(top_builddir)/src/orb/libORBit-2.la ++LDADD = $(top_builddir)/src/orb/libORBit-2.la -lpthread + + POATEST_IDLOUT = poatest.h poatest-common.c poatest-skels.c poatest-stubs.c + -- 2.44.0