~ubuntu-branches/ubuntu/raring/python3.3/raring-proposed

« back to all changes in this revision

Viewing changes to debian/patches/link-timemodule.diff

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-03-22 06:14:01 UTC
  • Revision ID: package-import@ubuntu.com-20120322061401-vvrgvw3nvi68rtqq
Tags: 3.3.0~a1-1
* Python 3.3.0 alpha1 release.
* Update to 20120321 from the trunk.
* Update debian/copyright.
* Build-depend on expat (>= 2.1~).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Index: b/Modules/Setup.dist
 
2
===================================================================
 
3
--- a/Modules/Setup.dist
 
4
+++ b/Modules/Setup.dist
 
5
@@ -166,7 +166,7 @@
 
6
 #cmath cmathmodule.c _math.c # -lm # complex math library functions
 
7
 #math mathmodule.c _math.c # -lm # math library functions, e.g. sin()
 
8
 #_struct _struct.c     # binary structure packing/unpacking
 
9
-#time timemodule.c # -lm # time operations and variables
 
10
+#time timemodule.c -lrt # -lm # time operations and variables
 
11
 #_weakref _weakref.c   # basic weak reference support
 
12
 #_testcapi _testcapimodule.c    # Python C API test module
 
13
 #_random _randommodule.c       # Random number generator