]> git.pld-linux.org Git - packages/ORBit2.git/commitdiff
- dropped outdated pthread patch auto/th/ORBit2-2.14.19-10
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 13 Mar 2021 09:23:20 +0000 (10:23 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 13 Mar 2021 09:23:20 +0000 (10:23 +0100)
ORBit2-pthread.patch [deleted file]
ORBit2.spec

diff --git a/ORBit2-pthread.patch b/ORBit2-pthread.patch
deleted file mode 100644 (file)
index 1798634..0000000
+++ /dev/null
@@ -1,48 +0,0 @@
-diff -urN ORBit2-2.5.0.orig/test/Makefile.am ORBit2-2.5.0/test/Makefile.am
---- ORBit2-2.5.0.orig/test/Makefile.am Sat Oct 19 10:25:57 2002
-+++ ORBit2-2.5.0/test/Makefile.am      Sat Oct 19 10:29:03 2002
-@@ -18,7 +18,7 @@
- TESTS = test-dynany test-mem test-performance test-giop
--LDADD = $(top_builddir)/src/orb/libORBit-2.la $(ORBIT_LIBS)
-+LDADD = $(top_builddir)/src/orb/libORBit-2.la $(ORBIT_LIBS) -lpthread
- test_mem_SOURCES=test-mem.c
-diff -urN ORBit2-2.5.0.orig/test/everything/Makefile.am ORBit2-2.5.0/test/everything/Makefile.am
---- ORBit2-2.5.0.orig/test/everything/Makefile.am      Sat Oct 19 10:25:57 2002
-+++ ORBit2-2.5.0/test/everything/Makefile.am   Sat Oct 19 10:29:57 2002
-@@ -28,7 +28,7 @@
- LDADD = $(top_builddir)/src/orb/libORBit-2.la                         \
-       $(top_builddir)/src/services/imodule/libORBit-imodule-2.la      \
-       $(ORBIT_IDL_LIBS)                                               \
--      $(ORBIT_LIBS)
-+      $(ORBIT_LIBS) -lpthread
- #  -lefence
-diff -urN ORBit2-2.5.0.orig/test/inhibit/Makefile.am ORBit2-2.5.0/test/inhibit/Makefile.am
---- ORBit2-2.5.0.orig/test/inhibit/Makefile.am Sat Oct 19 10:25:57 2002
-+++ ORBit2-2.5.0/test/inhibit/Makefile.am      Sat Oct 19 10:30:15 2002
-@@ -7,7 +7,7 @@
-       $(WARN_CFLAGS)               \
-       $(ORBIT_CFLAGS)
--LDADD = $(top_builddir)/src/orb/libORBit-2.la $(ORBIT_LIBS)
-+LDADD = $(top_builddir)/src/orb/libORBit-2.la $(ORBIT_LIBS) -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 -urN ORBit2-2.5.0.orig/test/poa/Makefile.am ORBit2-2.5.0/test/poa/Makefile.am
---- ORBit2-2.5.0.orig/test/poa/Makefile.am     Sat Oct 19 10:25:57 2002
-+++ ORBit2-2.5.0/test/poa/Makefile.am  Sat Oct 19 10:30:40 2002
-@@ -30,7 +30,7 @@
- check_PROGRAMS = $(TESTS)
--LDADD = $(top_builddir)/src/orb/libORBit-2.la $(ORBIT_LIBS)
-+LDADD = $(top_builddir)/src/orb/libORBit-2.la $(ORBIT_LIBS) -lpthread
- POATEST_IDLOUT = poatest.h poatest-common.c poatest-skels.c poatest-stubs.c
index 0375ef259c256d51b81814dc3981e1a7661c8958..3baaa460e2487a4126084f8d014defe794fa08f3 100644 (file)
@@ -14,7 +14,6 @@ License:      GPL v2+/LGPL v2+
 Group:         Libraries
 Source0:       https://download.gnome.org/sources/ORBit2/2.14/%{name}-%{version}.tar.bz2
 # Source0-md5: 7082d317a9573ab338302243082d10d1
-Patch0:                %{name}-pthread.patch
 Patch1:                %{name}-build-fix.patch
 Patch2:                %{name}-idl-gtk-doc.patch
 URL:           https://developer.gnome.org/ORBit2/
@@ -130,7 +129,6 @@ skonsolidowanych statycznie używających technologii CORBA.
 
 %prep
 %setup -q
-%patch0 -p1
 %patch1 -p1
 %patch2 -p1
 
This page took 0.05457 seconds and 4 git commands to generate.