~pythoneers/ubuntu/lucid/python2.7/ltsppa.ctypes

« back to all changes in this revision

Viewing changes to debian/patches/setup-modules.dpatch

  • Committer: Barry Warsaw
  • Date: 2012-07-17 16:00:06 UTC
  • Revision ID: barry@python.org-20120717160006-dn83011am534tn1i
Try to back port ctypes crasher fixes, probably unsuccessfully.

Show diffs side-by-side

added added

removed removed

Lines of Context:
60
60
 #DBLIB=$(DB)/lib
61
61
 #_bsddb _bsddb.c -I$(DBINC) -L$(DBLIB) -ldb-$(DBLIBVER)
62
62
 
63
 
+#_ctypes _ctypes/_ctypes.c _ctypes/callbacks.c _ctypes/callproc.c _ctypes/stgdict.c _ctypes/cfield.c _ctypes/malloc_closure.c -Wl,-Bstatic -lffi -Wl,-Bdynamic
 
63
+#_ctypes _ctypes/_ctypes.c _ctypes/callbacks.c _ctypes/callproc.c _ctypes/stgdict.c _ctypes/cfield.c _ctypes/malloc_closure.c -lffi
64
64
 
65
65
 # Helper module for various ascii-encoders
66
66
 #binascii binascii.c