~ubuntu-branches/ubuntu/saucy/mapserver/saucy-security

« back to all changes in this revision

Viewing changes to mapscript/python/setup.py

  • Committer: Package Import Robot
  • Author(s): Francesco Paolo Lovergine
  • Date: 2011-12-23 14:02:06 UTC
  • mfrom: (26.1.2 sid)
  • Revision ID: package-import@ubuntu.com-20111223140206-n3h9t2hsa8hyslmu
Tags: 6.0.1-2
Added missed stuff for libmapscript-perl.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# $Id: setup.py 9510 2009-10-25 03:55:11Z hobu $
 
1
# $Id: setup.py 10457 2010-08-14 16:41:44Z hobu $
2
2
#
3
3
# setup.py file for MapScript
4
4
#
59
59
#extra_compile_args = ['-g', '-arch', 'i386', '-isysroot','/']
60
60
 
61
61
 
 
62
save_init_posix = sysconfig._init_posix
 
63
def ms_init_posix():
 
64
    save_init_posix()
 
65
    if 'LDCXXSHARED' in sysconfig._config_vars:
 
66
        sysconfig._config_vars['LDSHARED'] = sysconfig._config_vars['LDCXXSHARED']
 
67
sysconfig._init_posix = ms_init_posix
 
68
 
62
69
 
63
70
 
64
71
def read_mapscriptvars():