Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions rpm/0001-Skip-semaphore-test.patch
Original file line number Diff line number Diff line change
Expand Up @@ -16,26 +16,26 @@ Signed-off-by: David Greaves <david.greaves@jolla.com>
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index de83332dd3c6e5410a28fff6074c54d7ece630fe..26265b6b1a4a17f214078abe7464ec8af6ef43ef 100644
index 7b4000fa9c340d949698dcfecb6475eb41fc2027..c394e4b4cbd9a7dbafa856bdd1837f8895cfb07d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -4542,7 +4542,7 @@ int main(void) {
}
]])],
[ac_cv_posix_semaphores_enabled=yes],
-[ac_cv_posix_semaphores_enabled=no],
+[ac_cv_posix_semaphores_enabled=yes],
[ac_cv_posix_semaphores_enabled=yes])
@@ -5543,7 +5543,7 @@ AC_CACHE_CHECK([whether POSIX semaphores are enabled], [ac_cv_posix_semaphores_e
])
],
[ac_cv_posix_semaphores_enabled=yes],
- [ac_cv_posix_semaphores_enabled=no],
+ [ac_cv_posix_semaphores_enabled=yes],
[ac_cv_posix_semaphores_enabled=yes])
)
AC_MSG_RESULT($ac_cv_posix_semaphores_enabled)
@@ -4578,8 +4578,8 @@ int main(void){
}
]])],
[ac_cv_broken_sem_getvalue=no],
-[ac_cv_broken_sem_getvalue=yes],
-[ac_cv_broken_sem_getvalue=yes])
+[ac_cv_broken_sem_getvalue=no],
+[ac_cv_broken_sem_getvalue=no])
AS_VAR_IF([ac_cv_posix_semaphores_enabled], [no], [
@@ -5580,8 +5580,8 @@ AC_CACHE_CHECK([for broken sem_getvalue], [ac_cv_broken_sem_getvalue],
])
],
[ac_cv_broken_sem_getvalue=no],
- [ac_cv_broken_sem_getvalue=yes],
- [ac_cv_broken_sem_getvalue=yes])
+ [ac_cv_broken_sem_getvalue=no],
+ [ac_cv_broken_sem_getvalue=no])
)
AC_MSG_RESULT($ac_cv_broken_sem_getvalue)
if test $ac_cv_broken_sem_getvalue = yes
AS_VAR_IF([ac_cv_broken_sem_getvalue], [yes], [
AC_DEFINE(
4 changes: 2 additions & 2 deletions rpm/0002-Disable-parallel-compileall-in-make-install.patch
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ Parallel compile breaks with old qemu.
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/Makefile.pre.in b/Makefile.pre.in
index 7e381283fee886335462bffb73ac464973ee01fa..fd2f89ace2bf21b9b02eda0385e0770a99754cce 100644
index 81d4d50f82f008e9ad46bd6d83fd9b2cf10219e4..534cfe83af278e08494ed4a4cf9e7e571d792389 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1479,30 +1479,30 @@ libinstall: build_all $(srcdir)/Modules/xxmodule.c
@@ -2146,30 +2146,30 @@ libinstall: all $(srcdir)/Modules/xxmodule.c
fi
-PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \
$(PYTHON_FOR_BUILD) -Wi $(DESTDIR)$(LIBDEST)/compileall.py \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: David Malcolm <dmalcolm@redhat.com>
Date: Wed, 13 Jan 2010 21:25:18 +0000
Subject: [PATCH] 00001: Fixup distutils/unixccompiler.py to remove standard
library path from rpath Was Patch0 in ivazquez' python3000 specfile
library path from rpath

Was Patch0 in ivazquez' python3000 specfile
---
Lib/distutils/unixccompiler.py | 9 +++++++++
1 file changed, 9 insertions(+)

diff --git a/Lib/distutils/unixccompiler.py b/Lib/distutils/unixccompiler.py
index f0792de74a1a489a8232d89b6302c77d91a7552e..4d837936c63a7f43bdf907efc5ab7c508c8c039f 100644
index d00c48981eb6d65cb89b316822630d4cb76af54d..0283a28c19e95a2d085bcb3fff3977e903456808 100644
--- a/Lib/distutils/unixccompiler.py
+++ b/Lib/distutils/unixccompiler.py
@@ -82,6 +82,15 @@ class UnixCCompiler(CCompiler):
Expand Down
276 changes: 0 additions & 276 deletions rpm/0004-00102-Change-the-various-install-paths-to-use-usr-li.patch

This file was deleted.

Loading