Skip to content

Commit 647122e

Browse files
author
Dane Springmeyer
committed
give up on trying to pass bind_at_load (non-critical flag)
1 parent 1f5e68a commit 647122e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
linkflags = subprocess.check_output([mapnik_config, '--libs']).rstrip('\n').split(' ')
3636
lib_path = linkflags[0][2:]
3737
linkflags.extend(subprocess.check_output([mapnik_config, '--ldflags']).rstrip('\n').split(' '))
38-
linkflags.extend(['-Wl,-bind_at_load'])
3938
except:
4039
raise Exception("Failed to find proper linking flags from mapnik config");
4140

0 commit comments

Comments
 (0)