]> git.pld-linux.org Git - packages/ORBit2.git/commitdiff
- added
authortrojan <trojan@pld-linux.org>
Thu, 10 Oct 2002 10:28:54 +0000 (10:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ORBit2-pthread.patch -> 1.1

ORBit2-pthread.patch [new file with mode: 0644]

diff --git a/ORBit2-pthread.patch b/ORBit2-pthread.patch
new file mode 100644 (file)
index 0000000..350581d
--- /dev/null
@@ -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
This page took 0.039673 seconds and 4 git commands to generate.