[packages/ORBit2] - dropped outdated pthread patch
qboosh
qboosh at pld-linux.org
Sat Mar 13 10:22:23 CET 2021
commit d93d4b1150dcb35f37c2737e9fc41e61af7f9fe9
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Mar 13 10:23:20 2021 +0100
- dropped outdated pthread patch
ORBit2-pthread.patch | 48 ------------------------------------------------
ORBit2.spec | 2 --
2 files changed, 50 deletions(-)
---
diff --git a/ORBit2.spec b/ORBit2.spec
index 0375ef2..3baaa46 100644
--- a/ORBit2.spec
+++ b/ORBit2.spec
@@ -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
diff --git a/ORBit2-pthread.patch b/ORBit2-pthread.patch
deleted file mode 100644
index 1798634..0000000
--- a/ORBit2-pthread.patch
+++ /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
-
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/ORBit2.git/commitdiff/d93d4b1150dcb35f37c2737e9fc41e61af7f9fe9
More information about the pld-cvs-commit
mailing list