~voronov84/ubuntu/raring/python2.7/fix-for-1166644

« back to all changes in this revision

Viewing changes to debian/patches/disable-sem-check.diff

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-03-08 14:30:55 UTC
  • Revision ID: package-import@ubuntu.com-20130308143055-gyzjn6vv7szlqsiw
Tags: 2.7.3-16ubuntu1
* Merge with Debian; remaining changes:
  - Build-depend on python:any instead of python.
* Update symbols files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
--- a/configure.ac
4
4
+++ b/configure.ac
5
 
@@ -3645,6 +3645,11 @@
 
5
@@ -3803,6 +3803,11 @@
6
6
 [ac_cv_posix_semaphores_enabled=no],
7
7
 [ac_cv_posix_semaphores_enabled=yes])
8
8
 )
14
14
 AC_MSG_RESULT($ac_cv_posix_semaphores_enabled)
15
15
 if test $ac_cv_posix_semaphores_enabled = no
16
16
 then
17
 
@@ -3681,6 +3686,11 @@
 
17
@@ -3839,6 +3844,11 @@
18
18
 [ac_cv_broken_sem_getvalue=yes],
19
19
 [ac_cv_broken_sem_getvalue=yes])
20
20
 )